.tablepress-id-10 .row-1 td {
	background-color: #f7941d !important;
}

.tablepress {
	overflow-y: hidden;
	display: block;
}

.tablepress td {
	font-size: 14px;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
	background-color: transparent;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even)>* {
	background-color: transparent;
}

.tablepress .row-hover tr:hover td {
	background-color: rgba(255,255,255,.25);
	transition: background-color .3s ease;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: transparent;
	font-size: 13px;
	text-transform: capitalize;
	letter-spacing: .0365em;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #ff8500;
}

.tablepress tbody td,
.tablepress tfoot th {
	border-top: none;
}

.tablepress thead th,
.tablepress tbody td {
	padding: 10px;
	border: 1px solid #000000;
}

.tablepress thead th:first-child,
.tablepress tbody th:first-child {
	border-left: 1px solid #000000;
}

.tablepress thead tr th {
	background-color: #efefef;
	border-bottom: 1px solid #000000;
}