@font-face {
	font-display: block;
	font-family: TablePress;
	font-style: normal;
	font-weight: 400;
	src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format("woff2"), url(tablepress.woff) format("woff")
}

.tablepress {
	--text-color: #fff;
	--head-text-color: var(--text-color);
	--head-bg-color: #d9edf7;
	--odd-text-color: var(--text-color);
	--odd-bg-color: #333333;
	--even-text-color: var(--text-color);
	--even-bg-color: #000;
	--hover-text-color: var(--text-color);
	--hover-bg-color: #5b5b5b;
	/* --border-color: #ddd; 
	--padding: 0.5rem; */
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	margin: 0 auto 1rem;
	table-layout: auto;
	width: 100%
}

.tablepress>:not(caption)>*>* {
	background: none;
	border: none;
	box-sizing: initial;
	float: none !important;
	padding: var(--padding);
	text-align: left;
	vertical-align: top
}

.tablepress>*+tbody>*>*,
.tablepress>tbody>*~*>*,
.tablepress>tfoot>*>* {
	border-top: 1px solid var(--border-color)
}

.tablepress>:where(thead, tfoot)>*>th {
	background-color: var(--head-bg-color);
	color: var(--head-text-color);
	font-weight: 700;
	vertical-align: middle;
	word-break: normal
}

.tablepress>:where(tbody)>.odd>* {
	background-color: var(--odd-bg-color);
	color: var(--odd-text-color)
}

.tablepress>:where(tbody)>.even>* {
	background-color: var(--even-bg-color);
	color: var(--even-text-color)
}

.tablepress>.row-hover>tr:hover>* {
	background-color: var(--hover-bg-color);
	color: var(--hover-text-color)
}

.tablepress img {
	border: none;
	margin: 0;
	max-width: none;
	padding: 0
}

.tablepress-table-description {
	clear: both;
	display: block
}

.dataTables_wrapper {
	clear: both;
	margin-bottom: 1rem;
	position: relative
}

.dataTables_wrapper .tablepress {
	clear: both;
	margin-bottom: 0
}

.dataTables_wrapper:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
	display: inline;
	margin: 2px;
	width: auto
}

.dataTables_length {
	float: left;
	white-space: nowrap
}

.dataTables_filter {
	float: right;
	white-space: nowrap
}

.dataTables_filter label input {
	margin-left: .5em;
	margin-right: 0
}

.dataTables_info {
	clear: both;
	float: left;
	margin: 4px 0 0
}

.dataTables_paginate {
	float: right;
	margin: 4px 0 0
}

.dataTables_paginate .paginate_button {
	color: #111;
	display: inline-block;
	margin: 0 5px;
	outline: none;
	position: relative;
	text-decoration: underline
}

.dataTables_paginate .paginate_button:first-child {
	margin-left: 0
}

.dataTables_paginate .paginate_button:last-child {
	margin-right: 0
}

.dataTables_paginate .paginate_button:after,
.dataTables_paginate .paginate_button:before {
	color: #d9edf7
}

.dataTables_paginate .paginate_button:hover {
	cursor: pointer;
	text-decoration: none
}

.dataTables_paginate .paginate_button:hover:after,
.dataTables_paginate .paginate_button:hover:before {
	color: #049cdb
}

.dataTables_paginate .paginate_button.disabled {
	color: #999;
	cursor: default;
	text-decoration: none
}

.dataTables_paginate .paginate_button.disabled:after,
.dataTables_paginate .paginate_button.disabled:before {
	color: #f9f9f9
}

.dataTables_paginate .paginate_button.current {
	cursor: default;
	font-weight: 700;
	text-decoration: none
}

.dataTables_paginate.paging_simple {
	padding: 0 15px
}

.dataTables_paginate.paging_simple .paginate_button.next:after,
.dataTables_paginate.paging_simple .paginate_button.previous:before {
	font-family: TablePress;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	bottom: 0;
	content: "\f053";
	height: 14px;
	left: -14px;
	line-height: 1;
	margin: auto;
	position: absolute;
	right: auto;
	text-shadow: .1em .1em #666;
	top: 0;
	width: 14px
}

.dataTables_paginate.paging_simple .paginate_button.next:after {
	content: "\f054";
	left: auto;
	text-align: right
}

.dataTables_scroll {
	clear: both
}

.dataTables_scroll .tablepress {
	width: 100% !important
}

.dataTables_scrollHead table.tablepress {
	margin: 0
}

.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch
}

.dataTables_scrollBody .tablepress thead th:after {
	content: ""
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing {
	height: 0;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important
}

.tablepress {
	--head-active-bg-color: #049cdb;
	--head-active-text-color: var(--head-text-color)
}

.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	cursor: pointer;
	outline: none;
	padding-right: 20px;
	position: relative
}

.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
	font-family: TablePress;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	bottom: 0;
	height: 14px;
	left: auto;
	line-height: 1;
	margin: auto;
	position: absolute;
	right: 6px;
	top: 0
}

.tablepress .sorting:after {
	content: "\f0dc"
}

.tablepress .sorting_asc:after {
	content: "\f0d8";
	padding: 0 0 2px
}

.tablepress .sorting_desc:after {
	content: "\f0d7"
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: var(--head-active-bg-color);
	color: var(--head-active-text-color)
}



/*  Custom CSS */

#tablepress1 td {
	border: none !important; 
}

#tablepress-1 {
	font-family: Generalsans, sans-serif;
	margin-bottom: 150px; 
}

#tablepress-1 tr td {
	border-style: none !important;
	border: none !important;
}

#tablepress-1 tr td {
	text-align: center !important;
	vertical-align: middle !important;
	padding-top: 6px; 
	padding-bottom: 6px; 
	font-size: 1rem !important;
}

#tablepress-1 tbody tr:first-child td {
	background-color: #c12b27 !important;
	font-weight: 600;
    padding: 10px;
	font-size: 13px !important;
}

#tablepress-1 img {
	text-align: center;
	display: revert;
	margin-bottom: 0px;
}