td,
tr {
	border: 1px solid #aeb0b2 !important;
	padding: 10px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

tr:nth-of-type(odd) {
	background: #e1e1e1d9;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.tablepress>:where(tbody)>.odd>* {
	background-color: #e1e1e1d9;
	color: var(--odd-text-color);
}

.tablepress>:where(thead,
tfoot)>*>th {
	background-color: rgb(0,81,115) !important;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
	word-break: normal;
}

div#tablepress-21_wrapper .dt-info {
	font-size: 14px;
}

a {
	color: #428bca;
	text-decoration: none;
}