/*unique styles just for this page*/
img{
    border:0;
}

#map{
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0
    }

#floating-map-panel{
    position: fixed;
}
.map-entry{
    clear:both;
}
#terramara-icon{
   position:relative;
   top:-5px;
}

@media(max-width:768px){
    #map > .gm-style{
        bottom: 30% !important;
        height:auto !important;
        z-index:2;
    }
    #floating-map-panel{
    margin:0 !important;
    height:30%;
    overflow-x:hidden;
    overflow-y:scroll;
    width:auto;
    left:0;
    right:0;
    bottom:0;
    background-color:white;
    box-shadow: inset 0 3px 3px rgba(0,0,0,.3);
    }
    #floating-map-panel h2{
        margin:0 !important;
    }
    .map-entry a, .map-entry p {
        display:inline;
    }
}