/* customtable.css */

.custom {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
    text-align: left !important;
    font-size: 75% !important;
}

.custom th, 
.custom td {
    padding: 12px !important;
    border: 1px solid #ddd !important;
}

.custom th {
    background-color: #f4f4f4 !important;
    font-weight: bold !important;
    vertical-align: bottom !important;
}

.custom tr:nth-child(even) {
    background-color: #f9f9f9 !important;
}

.custom tr:hover {
    background-color: #ADD8E6 !important;
}

/* Center somee columns */
.custom th:nth-child(1), 
.custom td:nth-child(1),
.custom th:nth-child(2), 
.custom td:nth-child(2),
.custom th:nth-child(5), 
.custom td:nth-child(5),
.custom th:nth-child(6), 
.custom td:nth-child(6),
.custom th:nth-child(7), 
.custom td:nth-child(7),
.custom th:nth-child(8), 
.custom td:nth-child(8),
.custom th:nth-child(9), 
.custom td:nth-child(9),
.custom th:nth-child(10), 
.custom td:nth-child(10)
{
    text-align: center !important;
}

.custom .greenlight tr {
    background-color: #8fe18f !important; /* Light green background */
}