* {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
body {
	font-size: 18pt;
}

table.tflag {
	width: 100%;
	min-height: 3em;
}

table.tflag td.c {
	background-color: #5BCFFB;
}

table.tflag td.p {
	background-color: #F5A9B8;
}

table.tflag td.w {
	background-color: #FFFFFF;
}

footer {
	text-align: center;
	margin-top: 5em;
}

h1 {
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 2.5rem;
}
div.two-col {
	margin-top: 5em;
	margin-bottom: 1em;
}
div.col-side {
	padding-top: .5em;
	margin-bottom: 0;
}

@media screen and (max-width: 786px) {
	div.col-side {
		padding-top: 0;
	}
}

span.moreinfo {
	text-decoration: underline dashed;
}
