table {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
}
table th {
    text-align: left;
    text-transform: uppercase;
    padding: 15px 10px;
    border-bottom: 2px solid #ddd;
}
table tbody tr:nth-child(odd) {
    background: #f9f9f9;
}
table tbody tr:nth-child(even) {
    background: #ffffff;
}


table tbody tr:nth-child(odd) td:has(a):first-child {
    background: #eaf9f9;
}
table tbody tr:nth-child(even) td:has(a):first-child {
    background: #f9fdfd;
}
/*
table tbody tr:nth-child(odd) td:nth-child(5){
    background-color: var(#ffe7cc) !important;
}
table tbody tr:nth-child(even) td:nth-child(5){
    background-color: var(#fff6eb) !important;
}*/

table tfoot tr.actions
{
    height: 50px;
}