@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@charset "utf-8";

caption {
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 3.2em;
	font-weight: bold;
	font-family: 'Roboto', calibri, serif;
}

table {
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	padding-bottom: 20px;
}


td {
	border-width: 1px;
	border-color: Gray;
	border-style: solid;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px;
	width: 25%;
	text-align: top;
	word-wrap: normal;
	height: 200px;
	font-family: 'Roboto', calibri, sans-serif;
}


tfoot td {
	height: 10px;
	background-color: black;
	color: white;
	font-family: calibri, sans-serif;
	font-size: 1em;
	text-align: center;
}

tfoot a {
	color: white;
}

p {
	font-weight: normal;
	font-family:  calibri, sans-serif;
	padding-top: 20px;
	font-size: 0.7em;
	padding-bottom: 10px;
}

p:first-line {
	font-variant: small-caps;
}



thead {
	background: gray;
	color: white;
	font-family: 'Roboto', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

th {
	font-size: 2em;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
}

img#colimg {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

