1/**
2Stylesheet for findologicxmlexport plugin
3 */
4.fl-plugin-findologicxmlexport-fieldset {
5    margin-top: 5em;
6}
7.page-edit-link-a {
8    color: transparent;
9}
10.page-edit-link-div {
11    background-repeat: no-repeat;
12    background-size:25px;
13    width: 25px;
14    height: 25px;
15    color: transparent;
16    font-size: 20px;
17    padding: 16px;
18    background-position: 16px;
19}
20div#fl-plugin-findologicxmlexport fieldset {
21    width: auto;
22}
23img.info_hover {
24    cursor: help;
25}
26/* Please remove this styling if it overrides your tooltips settings */
27.ui-widget-shadow {
28    box-shadow: 1px 1px 1px #aaa;
29}