/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2025 | 01:59:40 */
.schedule-table {
    border: 1px solid #E8E4DF !important;
    border-radius: 20px !important;
    border-collapse: collapse !important;
    overflow: hidden !important;
	max-width: 900px !important;
	margin: auto !important;
}

.schedule-table table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
}

.schedule-table thead {
    background-color: #D9BFA9 !important;
    color: #fff !important;
    border-top: none !important;
}

.schedule-table thead th {
    border-top: none !important;
}

.schedule-table th,
.schedule-table td {
    border-bottom: 1px solid #E8E4DF !important;
    border-left: none !important;
    border-right: none !important;
    padding: 10px !important; 
}

.schedule-table tbody td {
    border-top: none !important;
    border-bottom: 1px solid #E8E4DF !important; 
    color: inherit !important;
}

.schedule-table tbody tr:last-child td {
    border-bottom: none !important;
}

@media(max-width: 991px) {
    .schedule-table {
        width: 93vw !important;
        display: block !important; 
        overflow-x: hidden !important; 
    }

    .schedule-table table {
        table-layout: fixed !important;
        width: 100% !important;
        display: table !important; 
    }

    .schedule-table table thead,
    .schedule-table table tbody {
        display: table-row-group !important;
        width: auto !important;
    }
    
    .schedule-table table th:first-child,
    .schedule-table table td:first-child {
        white-space: nowrap !important;
        width: 25% !important; 
        min-width: 0 !important;
    }

    .schedule-table table th:not(:first-child),
    .schedule-table table td:not(:first-child) {
        width: 9.375% !important;
        min-width: 0 !important; 
        text-align: center !important;
    }
}

#post-193
.schedule-table {
	font-size: 1em;
}