.tresco-table {
    background-color: #ffffff;
}

.tresco-table table {
    border-collapse: collapse;
    width: 100%;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    /* or 200% */
    text-align: left;
    letter-spacing: 1px;
    color: #171D1F;
}

.tresco-table table td, .tresco-table table th {
    border: none;
    padding: 15px;
    line-height: 30px;
}

.tresco-table table tr:nth-child(even){
    background-color: #f2f2f2;
}

.tresco-table table tr:hover {
    background-color: #ddd;
}

.tresco-table table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: #171D1F;
    text-transform: uppercase;
}