body {
	margin: 0;
	padding: 0 0 150px 0;
	font-family: 'Open Sans',sans-serif;
	font-size: 10pt;
	overflow-y: scroll;	/* This forces the right side scrollbar to always appear */
}

h1 {
	font-family: 'Roboto Slab',serif;
	font-weight: bold;
	font-size: 21pt;
	padding-bottom: 25px;
}

h3 {
	font-weight: 600;
}
.showInfo {
	font-size: 12pt;
}

#stateHover {
}


.tinyLabel {
	font-weight: 300;
	font-size: 9pt;
	padding-left: 1em;
	padding-bottom: 2px;
}

.clickable-row:hover {
	background-color: #ddd;
}

.mapcaption {
	font-family: 'Roboto Slab',serif;
	font-weight: bold;
	font-size: 20pt;
}
.mapstate {
	font-family: 'Roboto Slab',serif;
	font-weight: bold;
	font-size: 36pt;
}
