.contentwidth a, .contentwidth a:focus, .contentwidth a:hover { /* Temp style for links on this page. */
	color: #000;
	margin: 0 auto;
	padding: 5px;
}
table {
	margin: auto;
	border-collapse: collapse;
}
table td, table th {
	border-bottom: 1px solid black;
	padding: .25em .5em;
}
.items {
	width: fit-content;
	margin: auto;
	text-align: left;
}

@media (min-width: 766px) { /* Tablet & Desktop style changes.*/
	.contentwidth p {
		text-align: justify;
	}
	.contentbg {
		min-height: calc(100vh - 368px);
	}
}