#recurring-schedules-notice .notice {
    margin-bottom: 12px;
}

#recurring-schedules-table {
    width: auto;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 12px 0;
}

#recurring-schedules-table th,
#recurring-schedules-table td {
    border: 1px solid #e1e1e1;
    padding: 6px 8px;
    text-align: center;
    vertical-align: middle;
}

#recurring-schedules-table th {
    background: #f7f7f7;
    font-weight: 600;
}

#recurring-schedules-table tbody tr:nth-child(even) {
    background: #fcfcfc;
}

#recurring-schedules-table input,
#recurring-schedules-table select {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 6px;
    font-size: 14px;
}

.button.remove-row {
    background: #f0f0f0;
    border-color: #ddd;
    color: #333;
}

.button.remove-row:hover {
    background: #e0e0e0;
}

button.delete-row {
    background: #dc3232 !important;
    border-color: #dc3232 !important;
    color: #fff !important;
}

button.delete-row:hover {
    background: #b22222 !important;
    border-color: #b22222 !important;
}

#add-schedule-row {
    margin-top: 8px;
}