.registrations-table {
    /* width: 100%; */
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

.registrations-table thead tr {
    background-color: #4ea0c1;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.registrations-table th,
.registrations-table td {
    padding: 12px 15px;
    border: 1px solid #dddddd;
}

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

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

.registrations-table tbody tr:last-of-type {
    border-bottom: 2px solid #4ea0c1;
}

.registrations-table tbody tr.active-row {
    font-weight: bold;
    color: #4ea0c1;
}