html, body {height:100%;}

.container {
	background-image: url("/static/images/backgroundBlue.9a8ddbe84de7.jpg");
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	display: inline-table;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-top: 5vh;
	padding-bottom: 5vh;
}

.dataSectionLabel {
	color: white;
	padding-bottom: 4px;
	border-bottom: 1px;
	border-bottom-color: rgb(140, 220, 230);
	border-bottom-style: solid;
}

.info {
	font-size: larger;
	color: white;
}

#about {
	color: white;
}

.link,
.link:link,
.link:visited,
.link:hover {
	color: white;
	text-decoration: underline;
}