body{

    background-color: #fff; 
}

table td {
    text-align: center;
    height: 50px;
    font-size: 14px;
    color: #4a4d4e;
}

table tr:nth-child(even) {
    background-color: #7a94d8;
    font-weight: bold;
   
}

table tr {
    background-color: #081b4f;
    color: #fff;
    font-weight: bold;
   
}
.pagination li:hover{
    cursor: pointer;
}
table tr:hover {
    background-color: #adbbe2;
}
table tbody tr {
    display: none;
  }
table th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    font-size:16px;

}