.container{
	width: 85px;
	z-index: 1;
    margin: 10px;
	position: absolute;
	cursor: pointer;
	text-align: left;
}

.dropDownControl{
    direction: ltr;
	overflow: hidden;
	text-align: left;
	position: relative;
	color: rgb(0, 0, 0);
	font-family: Roboto, Arial, sans-serif;
	-webkit-user-select: none;
	font-size: 11px;
	background-color: rgb(255, 255, 255);
	padding: 8px;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	font-weight: 500;
}
	
.dropDownArrow {
    -webkit-user-select: none;
	border: 0px;
	padding: 0px;
	margin: -2px 0px 0px;
	position: absolute;
	right: 6px;
	top: 50%;
	width: 7px !important;
	height: 4px !important;
}
	
.dropDownOptionsDiv{
    background-color: white;
	z-index: -1;
	padding: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	text-align: left;
	display: none;
}
	
.dropDownItemDiv{
    color: black;
	font-family: Roboto, Arial, sans-serif;
	-webkit-user-select: none;
	font-size: 11px;
	background-color: rgb(255, 255, 255);
	padding: 6px;
}
.dropDownItemDiv:hover, .checkboxContainer:hover{ background-color: rgb(235, 235, 235); }

body.OTAGO655733 #content .gm-style-iw h3 { border-bottom: solid 1px #7a9f76; }
body.OTAGO655733 #content .gm-style-iw h3,
body.OTAGO655733 #content .gm-style-iw ul {
    margin: 0 0 14px 0;
    padding: 0 0 0 0;
    list-style-position: inside;
}
body.OTAGO655733 #content .gm-style img { border: 0; padding: 0; margin: -2px 0px 0px; }