table, th, td {
	border: 1px solid #666 !important;
}
th {
	border-bottom: none;
	background-color: #ddd !important;
	text-align: center !important;
}
tr th:nth-child(1) {
	width: 35%;
}
tr td:nth-child(1) {
	vertical-align: middle;
}
.newsH3 {
	font-size: 16px;
	font-weight: bold;
	background-color: #0076C7;
	color: #fff;
	padding: 10px;
	margin: 30px auto 10px;
}

