.hours {
    margin: 32px;
}

.hours-table {
    width: 100%;
    /* max-width: 480px; */
    border-collapse: collapse;
    margin-top: 12px;
}

.hours-table th,
.hours-table td {
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1px solid #eee;
    background: none;
}

.hours-table tr:nth-child(even) {
    background: none;
}

table tr:nth-child(even) {
    background: none;
}

.hours-table td:first-child {
    font-weight: 600;
    white-space: nowrap;
}

.hours-table .row.active {
    background: #e6f4ff;
    font-weight: 600;
}

.day {
    min-width: 40px;
}

/* .time {
    text-align: right;
} */
