@charset "utf-8";
/* CSS Document */

body {
	margin:3em 5em;
}

.fine-print {
	font-style: italic;
	font-size: smaller;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 0.3em;
}

.col-md-3 {
	float: left;
	width: 33%;
}

img.logo {
	margin-bottom: 5em;
}

