/* Taken from Bootstrap v4.3.1 */

.table-dark-1 {
	color: #fff;
	background-color: #343a40
}

.table-dark-1 td,
.table-dark-1 th,
.table-dark-1 thead th {
	border-color: #454d55
}

.table-dark-1.table-bordered {
	border: 0
}

.table-dark-1.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark-1.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075)
}
