* {
    /* Change your font family */
}
.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    color: #e4e4e4;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

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

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

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

.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #00b7ff;
}

.content-table tbody tr.active-row {
    color: #00b7ff;
}

#backhighlight_blue {
    background-color: #00b7ff41;
}

#backhighlight_red {
    background-color: #d3000041;
}