.hidden {
	display: none;
}

.table.striped tbody tr:nth-child(2n) {
	background-color: white;
}

.table.striped tbody tr:not(:first-child) {
	border-top: 1px solid #e9e9e9;
}