table th { 
    background: #00746f;
}
table tr {     
    line-height: var(--var-font-responsiva-1-5x); 
    line-height: 30px;
}
table tr:nth-child(2n+1) { 
    background: #6b004f;
    
}

table td {
    padding: 15px;
}     

table td.views-field.views-field-rendered-entity {
    background: #393939;
}