body {
    background-color: #2a2a2a;
	font: 18px/1.3em 'ColaborateThinRegular', sans-serif;
}
 
h1 {
    color: #fff;
}

.chart-container {
   width: 99vw;
   background-color: #2a2a2a;
   padding-top: 20px ;
   padding-bottom: 20px; 
}

.container-fluid {
   width: 99vw;
   background-color: #dadada;
   padding-top: 20px ;
   padding-bottom: 20px; 
}

div.dataTables_wrapper div.dataTables_filter label  {
  display: none;
}

div.dataTables_wrapper div.dataTables_info {
  display: none;
}

