body
{
  background-color: #000;
  font-size: 0.8em;
  color: #ffffff;
}

.dataTables_wrapper .dataTables_processing {
	padding-top: 8px;
}

.card
{
	background-color: #000;
}

table.dataTable thead th, table.dataTable tfoot th 
{
	color: #31aaa7;
	font-size: 1.2em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #31aaa7 !important;
}

a {
    color: #31aaa7;
}
