html body iframe {
	margin-top: 10px;
	/*margin-left: 10%;*/
	width: 100%;
	height:600px;
	border: none;
}

body {
	background: #FCFCFA;
}

div.container {
	width: 100%;
    height: 65px;
}

p#mapTitle {
	font: 1.6em 'Lato';
	color: #3990A3;
	margin-top: 0px;
}

#dropButton {
	font-family: 'Lato';
	background: #3990A3;
    color: #F4F7F8;
	border-radius: 3px;
}
