﻿body {
    background-color: black!important;
}
.tablestyles {
    border-spacing: 20px!important;
    border-collapse: separate!important;
}
.cellstyles{
     background-color: rgb(39, 39, 39)!important;
     
}
.cellstyles:hover { 
    background-color: rgb(75, 75, 75)!important;
}