table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 5px;
}

th {
    background-color: #2b6490;
    color: #fff;
}

.user-table th:first-of-type {
    text-align: left;
}

tr:nth-child(odd) {
    background-color: #e9f5fd;
}

tr.inactive {
    background-color: #f6f6f6;
    color: #676767;
}

td {
    text-align: center;
}

td:first-child {
    text-align: left;
}