.tablepress thead th,
.tablepress tfoot th {
	background-color: #E5E5E5;
	color: #626262;
}

.tablepress tbody td,
.tablepress tfoot td {
	border-top: 1px solid #D6D6D6;
}

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

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

.tablepress.daily-schedule th,
.tablepress.daily-schedule td {
	text-align: center;
}

.tablepress.directory td.column-6,
.tablepress.directory td.column-7 {
	white-space: nowrap;
}