* {
    /* Change your font family */
    font-family: Roboto;
}


.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1.1em;
    min-width: 500px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
    background-color: #fa8e46;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.content-table th,
.content-table td {
    min-width: 100px;
    padding: 12px 15px;
}

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
    border-bottom: 5px solid #fa8e46;
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
