﻿html, body { 
    height: 100%; 
    margin: 0; 
    padding: 0;

}

#map { 
    height: 900px; 

}


.orPanel{
    border: 1px solid #cec8c8;

    border-radius:3px; 
    padding:20px; 
    margin-bottom:20px;
}

#OrSearch {
    margin: 10px 0px;
}

.panelPhoto{
    max-height:400px;
    max-width:400px;
}

.photoWindow{
    max-height:500px;
    max-width:500px;
}

.photoTitle{
    max-width:500px;
    overflow:hidden;
}

.photoContent{
    margin-top:20px;
}

#divPhotoStreetView{
    height:400px;
    width:400px;
}

#divPhotoInfo{
    max-height:400px;
    overflow:scroll;
}

#tblTranslationsTable{
    border: 1px solid Black;
    border-radius: 3px;
    margin-bottom:10px;
}

#tblDescriptorsTable{
    border: 1px solid Black;
    border-radius: 3px;
     margin-top:10px;
}

/* Map Key Styling */

#map-key-title {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}

#map-key svg {
    width: 22px;
    height: 22px;
}

#map-key {
    display: none;
    background: white;
    padding: 3px;
    border: 1px solid #999;
}

#map-key svg {
    vertical-align: middle;
}

.keyMarker{
    margin-left: 5px;
    margin-bottom:5px;
    margin-right: 5px;
}