body {
    background: #fff;
}

.header-bar {
    background: #0d1e53;
    color: white;
    padding: 15px 10px;
}

.header-title {
    font-weight: bold;
    font-size: 26px;
    color: #08990e;
}

.table-container {
    margin: 20px auto;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 10px;
}

.table-header {
    background: #C0E5C3 !important;
    color: white;
    font-size: 18px;
}

.purple td {
    background-color: #C0E5C3;
}

.bg-bright-yellow {
    background-color: yellow !important;
    color: #000 !important;
}


td {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border: 1px solid #333;
    white-space: nowrap;
    font-size: 22px !important;
}

.purple {
    background-color: #C0E5C3 !important;
}

.violet {
    background-color: #08990E !important;
    color: #ffff !important;
}

.footer {
    text-align: center;
    font-size: 13px;
    padding: 20px;
    color: #000;
}

@media (max-width: 576px) {
    .header-bar {
        text-align: center;
    }

    .header-title {
        font-size: 24px;
    }
}

#stickyLink {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-align: center;
    font-size: 13px;
    z-index: 9999;
    border-top: 1px solid #ffffff;
    box-shadow: 0 -1px 5px rgb(255, 255, 255);
}

#stickyLink a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
