#title, #logo {
	display: inline;
}
#title {
	margin-right: 10px;
	display: inline;
}
#logo {
	float: left;
	display: inline;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#station {
	margin: 5px;
}
.lmap {
	height: 300px;
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 1.35rem !important;
	}
	.contentrows {
		padding-top: 150px;
	}
	#headerrows {
		width: 100%;
	}
	.col-md-4 {
		padding: 10px;
	}
}

.graph {
	/* height: 400px; */
}
.graphTitle {
	font-size: .85rem;
	font-weight: bold;
	text-align: center;
}
.graphSubTitle {
	font-size: .75rem;
	text-align: center;
}
.graphFootnote {
	font-size: .75rem;
	text-align: center;
	font-style: italic;
}
.tableBox {
	background-color: rgb(68, 110, 155);
	color: rgb(255,255,255);
	text-align: center;
	/* padding-bottom: 8px; */
	border-radius: 20px;
	border-width: 10px;
	border-color: white;
	border-style: solid;
}
.table {
	height: 300px;
 	width: 400px
}
#headerrows {
	/* position: fixed; */
	z-index: 10;
	background-color: white;
	padding-left: 15px;
	padding-right: 5px;
	background-color: rgb(224, 224, 224);
}
.contentrows {
	/* padding-top: 110px; */
	padding-top: 10px;
	position: relative;
	z-index: 1
}
#divMap1, #divMap2, #divMap3 {
	position: relative;
	z-index: 4;
}
#divMap1Title, #divMap2Title, #divMap3Title {
	text-align: center;
	z-index: 5;
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	/* color: blue; */
}
#divMap1Label, #divMap2Label, #divMap3Label {
	text-align: center;
	margin-top: -35px;
	z-index: 5;
	position: relative;
	font-size: 1.3rem;
	font-weight: bold;
	/* color: blue; */
}
