table {
    border-spacing: 0;
    border-collapse: collapse;    
}
th {
    font-weight: 600;
    background-color: #292b3e;
    color: #e6e6e6;
    border:1px #292b3e solid;
}
tr:nth-last-child(2n) {
    background-color: #fff;
}
tr:hover {
    background-color: #00e676;
}
