<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// tooltip styling

// infowindow styling
.gm-style-iw {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.gm-style-iw &gt; div {
  overflow: visible !important;   
  max-width: 480px !important;
}

.iw_wrapper {
  overflow: hidden !important;
}

.iw-title {
    font-size: 1.2em;
}

.iw_content {
    padding: 3px 0 6px 0;
    margin-bottom: 5px;
    border-bottom: 3px solid #ffcc00 !important;
    min-height: 120px;
}

.iw-gallery-thumbnail {
    cursor: pointer;
}

.infowindow_pic {
    float: left;
    padding: 5px 15px 0 5px;
}

.infowindow_pic img {
    max-height: 100px;
}

.infowindow_text {
    overflow: hidden;
    padding-bottom: 5px;
}

.infowindow_text ul,
.iw-departments-content ul {
    list-style: none !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.infowindow_text ul li,
.iw-departments-content ul li {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.infowindow_text ul li:before,
.iw-departments-content ul li:before {
    width: 5px;
    height: 5px;
    background: #4c4c4c;
    content: '';
    display: block;
    float: left;
    margin: 7px 0 0 -15px;
}

.iw-images {
    margin: 7px 0;
    text-align: center;
}

.iw-images a {
    border: none !important;
}

.iw-images a img {
    box-shadow: 0 0 1px 1px rgba( 0, 0, 0, .35 );
    border-radius: 1px;
    margin: 2px;
    height: 75px;
}

.iw_footer {
    padding-bottom: 5px;
}

.iw_footer2 {
    margin-top: 5px;
}

.iw_footer_el {
    margin-top: 7px; 
}

.iw-link-cursor {
    cursor: pointer;
}

.iw-linkto-content {
    margin-top: 10px;
}

.iw-linkto-content input {
    margin: 10px 0;
    padding: 0 0 0 10px;
    font-size: 1.3em;
    height: 40px;
}

.iw-departments-content {
    overflow: auto;
    height: 175px;
}

.iw_departments_wrapper {
    height: 220px;
}

.gm-style-iw.gm-style-iw-c {
  padding: 10px !important;
  max-width: 270px !important;
}


</pre></body></html>