table {
	width: 100%;
	margin: 1em 0;
	border-collapse: separate;
}

@media only screen and (max-width: 1068px) {
	table {
		min-width: 670px;
	}

	.table-scroll {
		overflow-x: scroll;
	}
}
table thead {
	vertical-align: top;
}
table th,
table td {
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}
th.header {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.285em;
	background: none;
	text-align: left;
}
th.fixed-width {
	width: 128px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}
td {
	text-align: center;
}
td:first-child {
	text-align: left;
	padding-left: 10px;
}

.table-header.sticky {
	top: 52px !important;
}

@media only screen and (max-width: 1068px) {
	.table-header.sticky {
		top: 0px !important;
	}
}

.icon-resetcircle {
	display: inline-block;
	color: #E30000;
	margin-right: 6px;
}

body[data-color-scheme="dark"] {
	.icon-resetcircle {
		color: #ff3037;
	}
}
