thead tr {
    background-color: rgb(240, 240, 240);
}

thead tr {
    font-weight: bold;
}

th, td {
    border-color: rgb(221, 221, 221);
    border-style: solid;
    border-width: 0.8px;
    padding: 10px 7px 15px 7px;
    text-align: left;
}

tbody th {
    background-color: rgb(240, 240, 240);
    font-weight: normal;
}

table {
    border-collapse: collapse;
}
