table, td, tr, th {
	border: thin solid black;
}

tr > td:nth-child(6) {
	text-align: right;
}

div#icon {
	background-image: url("/images/TS_Icon.png");
	background-position: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 128px;
}

.text {
	text-align: center;
	position: relative;
	bottom: 0px;
	font-size: 4em;
	margin: 0.25em;
}

section > .title {
	text-align: center;
}