tbody tr {
    border-bottom: 1px solid #004b8e;
}

tbody tr:first-child {
    border: none !important;
}

tbody tr:first-child td {
    background-color: #004b8e !important;
    color: white !important;
}

tbody tr:first-child:nth-child(1) td {
    border-right: 2px solid white;
    color: white;
}

tbody tr:first-child:nth-child(2) td {
    border-left: 2px solid white;
}

tbody tr:last-child {
    border: none !important;
}

tbody tr:last-child td {
    background-color: #004b8e !important;
    color: white !important;
    border-right: 2px solid white;
}

tbody tr:last-child td:nth-last-child(2) {
    border-right: 2px solid white !important;
}

tbody tr:last-child:nth-child(1) td {
    border-left: 2px solid white !important;
}

tbody td {
    padding: 1rem;
    font-size: 16px;
}
