html body #content .wrapper {
	margin: 0 auto;
}

.main-map {
	width: 100%;
	float: none;
}

#content {
	width: 100%;
	min-width: 300px;
}

.wrapper {
	min-width: 290px !important;
	max-width: 960px !important;
	width: 90% !important;
}

.content-full { width: 100%; }

#restraints-legend {
	right: 25%;
	bottom: 13%;
}

.see-more {
	font-size: 18px;
	border-radius: 4px;
	border: 1px solid #4BA24D;
	padding: 10px;
	display: block;
	width: 180px;
	background-color: #65AB67;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	float:right;
	margin: 10px 0 10px 10px;
}

.see-more:hover {
	background-color: #447246;
}

.main-container {
	margin-top: 0px;
}

@media screen and (max-width: 930px) {
	#restraints-legend {
		right: 17%;
		bottom: 3%;
	}
	.main-container {
		margin-bottom: 10px;
	}
	.desktop-only {
		display: none;
	}

}

@media screen and (max-width: 480px) {
	html body {
		padding-top: 0px;
		background: none;
	}
	
	.propublica_logo { 
		top: 0px !important;
		left: -15px !important;
	}
	.main-container {
		margin-top: 20px;
	}
	.see-more {
		font-size: 15px;
		padding: 6px;
		margin-top: 30px;
		float: none;
		margin-left: 0px;
	}
}