.jumbotron {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid black;
	margin: 0px;
}

h1, h2, h3 {
	margin: 0px;
}

#content {
	width: 100%;
	padding: 3px;
}

/* worldmap.js */
.hoverinfo {
	width: 250px;
}

/* all-time retrospective stat band */
.stat-band {
	margin: 20px 0 25px;
}
.stat-band .stat-number {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
	color: #1A2980;
}
h2 {
	margin: 15px 0 8px;
}
.bar:hover {
	fill: #26D0CE !important;
}

/* "back to the main site" pill in the page header */
.home-link, .home-link:hover, .home-link:focus {
	color: #fff;
	text-decoration: none;
}
.home-link {
	display: inline-block;
	margin-top: 6px;
	padding: 6px 18px;
	border-radius: 20px;
	font-weight: bold;
	background: linear-gradient(135deg, #1A2980, #26D0CE);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
	transition: transform .1s ease, box-shadow .1s ease;
}
.home-link:hover, .home-link:focus {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .35);
}