.mapContainer, .declareContainer, .statContainer {
	width: 100%
}

.controls {
  top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#SearchBox {
  background-color: #fff;
  padding: 4px 11px 4px 13px;
  width: 150px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  text-align : left;
}

#SearchBox:focus {
  border-color: #4d90fe;
  margin-left: -1px;
  padding-left: 14px;
  width: 401px;
}

.mapLabels {
 	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	background: #fff;
	background: rgba(255,255,255,0.9);
	padding: 6px 6px;
	border-radius: 6px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);	
	border : 1px solid #fff;
	opacity : 1 !important;
	overflow : visible !important;
}
.mapLabels:after, .mapLabels:before {
	bottom: 100%;
	left: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mapLabels:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.mapLabels:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #fffff;
	border-width: 6px;
	margin-left: -6px;
}	
