.site-content {
	position: relative;
	margin: 0 auto;
	height: auto;
	padding-top: 200px;
	max-width: 1176px;
	font-family: "Neutraface Medium", sans-serif;
	font-size: 22px;
	line-height: 1.5;
}

strong {
	font-family: 'Neutraface Bold', sans-serif;
	font-weight: 100;
	font-size: 28px;
	margin: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}

table {
	border: 1px solid #000;
	font-family: "Neutraface Medium";
	font-size: 21px;
	line-height: 25px;
}

table tr td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px;
}

table tr td:last-child {
	border-right: none;
}

table tr:last-child td {
	border-bottom: none;
}

.entry-content a {
	color: #000;
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
}

.entry-content a:hover {
	border-color: #ef7d04;
	color: #ef7d04;
}
