﻿table {
 font-family: Arial, sans-serif,
}

thead .thead {
    background-color: #212529;
    font-size: 16px;
    color: #fefbfb;
}

    thead tr th {
        border: none;
        border-bottom: 1px solid white;
    }

tbody tr td {
    border: none;
    border-bottom: 1px solid white;
}

tbody {
    background: linear-gradient(0deg, rgba(133,30,15,1) 0%, rgba(184,17,17,1) 100%);
    color: white;
    font-size: 14px;
}
