thead th{
    background-color: #08697f;
    color:white;
    width:25%;
}

tbody tr:nth-child(odd){
background-color: #084c91;
}

tbody tr:nth-child(even){
    background-color: #52585e;
    }
