.map-container {
min-height:785px;
}

#interactiveMap {
    font-size: 100px;
}

.map-container #interactiveMap {
min-height:785px;
margin-top:10px;
}

.map-container .browserSidebarOverlay {
position:absolute;
min-height:100%;
height:700px;
width:100%;
top:0px;
left:0px;
background:#fff url(../images/ajax-loader.gif) center no-repeat;
z-index:300;
}

#bodyContent {
    max-width: 500px;
}

#bodyContent .infoWindowImage {
    display: block;
    width: auto;
    height: auto;
    max-height: 250px;
}

/* legend accordion */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion .active, .accordion:hover {
    background-color: #ccc;
}

.accordion strong {
    text-transform: capitalize;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel span {
    color: #D13269;
}

.panel li:hover span {
    color: #952149;
}

.panel li {
    cursor: pointer;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.panel ul {
    padding: 10px 0 0 0;
    list-style: none;
    list-style-type: none;
}

.panel img {
    margin-right: 20px;
}
/* end legend accordion */