html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: small;
}

th, td {
    vertical-align: top;
    text-align: left;
}

#map {
    width: 100%;
    height: 100%;
}

#camuy-ms4 {
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: bolder;
    left: 3em;
    position: absolute;
    text-shadow: 1px 1px #ffffff;
    top: 0.5em;
    z-index: 100000;
}

#camuy-ms4, img {
	display: block;
	max-width:60px;
	max-height:60px;
	width: auto;
	height: auto;
}

#ees {
	position: absolute;
	z-index: 100000;
	bottom: 1.5em;
	right: 0.5em;
    color: #000000;
    font-family: inherit;
    font-weight: bolder;
    text-shadow: 1px 1px #ffffff;
    
}

#ees, img {
	display: inline;
	width: auto;
	height: auto;
	vertical-align: text-bottom;
}

.ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;   
    height: auto;
    width: auto;
    min-width: 100px;
    max-height:400px;
    overflow: auto;      
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "X";
}

.ol-attribution a {
    text-decoration: none;
    color: #666;
    font-family: sans-serif;
    font-size: 100%;
}

.layer-switcher .panel {
    //border: 4px solid rgba(0,60,136,.5) !important;
    //border-radius: 4px !important;
}

.layer-switcher {
    top: 5.5em;
    right: 0.5em;
    text-align: left;
}

#popup-content>ul>li:nth-child(even) {
    background-color: #eee;
}

#popup-content ul {
    list-style-type: none;
    padding-left: 0;
}

#popup-content li {
    margin-bottom:0.25em;
}

#popup-content img {
	display: block;
	max-width:300px;
	max-height:180px;
	width: auto;
	height: auto;
}