html {
    
}
/* Old Version */
/* table {
	font-size: 40px;
} */
.dt-body-left {
	text-align: left;
}
/* Old Version */
/* table.dataTable td {
    font-size: 60px;
}
table.dataTable th {
    font-size: 60px;
} */
.odd {
    background-color: rgb(243, 243, 243) !important;
}
/* New Version */
table.dataTable td {
    font-size: 30px;
}
table.dataTable th {
    font-size: 30px;
}

