
#maintitle {
	background-size: cover;
}

div.img img {
	width: 100%;
	margin: 10px 0px 25px 0px;
}

table.history-table {
	width: 100%;
}

table.history-table tr {
	border-bottom: 2px solid white;
}

table.history-table th {
	display: block;
	width: auto;
	padding: 10px 0px;
}

table.history-table td {
	display: block;
	padding: 15px;
	text-align: center;
}

div.map iframe {
	width: 100%;
	height: 300px;
}