#iframe-contents {
    height: 400px;
    overflow: auto;
    }

body {
font-family: "Google Sans", sans-serif;
padding: 0;
}

.devsite-code-buttons-container {
display: none;
}

/* Always set the map height explicitly to define the size of the div
    * element that contains the map. */
#map {
    height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#floating-panel {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    border: 1px solid #999;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    line-height: 26px;
    padding-left: 10px;
}

#floating-panel {
    width: 240px;
    height: 189px;
    background-color: #fff;
    border: 1px solid #999;
    margin: 10px;
    padding: 2px;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 5;
}

#floating-panel img.logo {
    position:absolute;
    top: 9px;
    left: 11px;
}



ul.help {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

ul.help li {
    margin: 0 0 0 14px;
    padding: 6px 0 0 0;
    float: left;
    clear: both;
}

ul.help li  i {
    line-height: 29px;
    display: block;
    float: right;
}

.help img {
    width: 30px;
}

.hide { 
    display: none;
}

#layerTabs {
    margin: 8px 0 0 80px;
}

#floating-panel button {
    height: 40px;
    width: 75px;
}

#floating-panel button.show {
    background-color: #ddd;
}

.slider {
-webkit-appearance: none; 
appearance: none;
width: 100%; 
height: 25px;
background: #d3d3d3;
outline: none;
opacity: 0.3;
-webkit-transition: .2s;
transition: opacity .2s;
}

.animate .slider {
    margin-left: 44px;
    width: 193px;
}

.animate #animate {
    display: block;
    position: absolute;
    top: 55px;
    width: 30px;
    height: 27px;
    left: 13px;
}

.play-button-outer {
    
    background-color: rgba(0, 0, 0, .25);
    cursor: pointer;
}

.play-button {
margin-left: 9px;
position: relative;  
width: 0;
height: 0;
border-style: solid;
border-width: 1em 0.6em 0.5em 0.9em;
border-color: transparent transparent transparent #000;
opacity: .75; 
}

.play-button-outer:hover {
background-color: rgba(0, 0, 0, .5);
}

.play-button-outer:hover .play-button {
opacity: 1;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}

.slider::-moz-range-thumb {
width: 25px;
height: 25px;
background: #04AA6D;
cursor: pointer;
}
/*
#propLink span {
    width: 200px;
    font-size: 11px;
    position: absolute;
    top: 12px;
    left: 36px;
    color: #222;
    background-color: #fff;
    font-size: 11px;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;   
}
*/

#propLink img {
    width:236px;
    height: 187px;
    left: 4px;
}



.hidden {
    display: none;
}