/* Start custom CSS */
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background: transparent;
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    bordert-top: 1px solid #C4C4C4;
    bordert-bottom: 1px solid #C4C4C4;
    border-left: 1px solid #c4c4c400;
    border-right: 1px solid #ffffff00;
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: transparent;
}