
.table-normal {
    width:100%;
    border-collapse:collapse;
    border:1px solid #ddd;
    font-size:14px;
}

.table-normal th {
    background:#cfd8dc;
    color:#333;
    font-weight:600;
    padding:8px;
    border:1px solid #ddd;
    text-align:center;
}

.table-normal td {
    padding:8px;
    border:1px solid #ddd;
    text-align:center;
}

.custom-table-lotto:nth-child(even) {
    background:#f7f7f7;
}

.header-red {
    background:#bf2527;
    color:#fff;
    padding:10px;
    text-align:center;
    font-weight:bold;
    font-size:18px;
    margin: 0;
}

.text-primary { color:#1a73e8; }
.txt-highlight { color:#d32f2f; font-weight:bold; }

select {
    padding:3px 5px;
    font-size:14px;
}

.bg-blue {
    background: #d9edf7 !important;
}

.fw-bold {
    font-weight: bold;
}