/* CSS Document */

.dn {
	display: none;
}

/* DataTable */
table.datatable {
	border-collapse: collapse;
	border: none;
}

table.datatable th, table.datatable td {
	padding: 15px;
	text-align: left;
}

table.datatable th {
	background-color: black;
	color: white;
}
table.datatable tr {
	color: black;
}
table.datatable tr:nth-child(even) {
	background-color: #eee;
}

table.datatable tr:hover {
	background-color: #ffcccc;
}