body,html {
	margin:0px;
	width: 100%;
	height: 100%;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	Verdana, Lucida, Geneva, Helvetica,
	Arial, sans-serif;
	text-align: center;
}
div.markerTooltip, div.markerDetail {
	color: black;
	font-weight: bold;
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid black;
}
ul {
	padding: 0 0 1em 1em;
	margin: 10px;
}
ul li {
	margin-bottom: 5px;
}
div.bmimg {
	min-height: 130px;
	height: auto !important;
	height: 130px;
}
table.infowindow th {
	/*background-color: #ffff99;*/
	background-color: #cdb7e0;
	font-size: 14px;
	text-align: center;
	/*white-space:nowrap;*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	min-width: 250px;
}
table.infowindow td {
	font-size: 12px;
	text-align: left;
	/*white-space:nowrap;*/
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
table.sidebar th {
	background-color: #ffff99;
	font-size: 12px;
	text-align: center;
	white-space:nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 195px;
	border-top: 1px black solid;
}
table.sidebar td {
	font-size: 10px;
	text-align: left;
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.example-image{
	width:18rem;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px
}
.overlay {
	position:absolute;
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #223;
	background-color:rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	z-index: 1;
}
.box {
	top:130px;
	bottom:80px;
	left:10px;
	/*right:85%;*/
	right:auto;
	overflow-y:auto;
	min-width:150px;
	max-width:250px;
}
.title {
	top:10px;
	left:30%;
	right:30%;
	min-width:350px;
	/*background-color:rgba(221,221,221,0.8);*/
}
.type {
	top:90px;
	left:300px;
	right:300px;
	bottom:80px;
	overflow-y:auto;
	min-width:350px;
	display: none;
}
.right {
	top: 130px;
	bottom: 80px;
	right:10px;
	/*left:85%;*/
	left:auto;
	overflow-y:auto;
	min-width:150px;
	max-width:250px;
}
.copy {
	bottom: 10px;
	left: 10px;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color:black;
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: underline;
}
label {
	text-align: left;
}
