.mapControls {
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 80%;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	min-width: 30%;
	max-width: 70%;
}
