.config #row_google_map_home_markers .value.with-tooltip,
.config #row_google_map_contacts_markers .value.with-tooltip,
.config #row_google_map_footer_markers .value.with-tooltip{
    position: relative;
}
.config #row_google_map_home_markers .value.with-tooltip .tooltip,
.config #row_google_map_contacts_markers .value.with-tooltip .tooltip,
.config #row_google_map_footer_markers .value.with-tooltip .tooltip{
    position: absolute;
    right: 7px;
    left: auto;
    top: 21px;
    margin: 0;
}
.config #row_google_map_home_markers textarea,
.config #row_google_map_contacts_markers textarea,
.config #row_google_map_footer_markers textarea{
    height: 33px;
    min-height:33px;
}