/*
.row {
		border-radius: 5px;
		background-color: #ffffff;
		margin: 10px;
		padding: 15px;
		position: relative;
		box-shadow: 2px 2px 2px lightgrey;
}
*/

#contour_plot, #line_plot, #station_map {
	border-radius: 5px;
	background-color: #ffffff;
	margin: 10px;
	padding: 15px;
	position: relative;
	box-shadow: 2px 2px 2px lightgrey;
}

.five, .footer-style {
	border-radius: 5px;
	background-color: #ffffff;
	margin: 10px;
	padding: 15px;
	position: relative;
	box-shadow: 2px 2px 2px lightgrey;
}

body {
	background-color: #f2f2f2;
	margin: 5%;
}
