﻿.descriptionLabel {
    font-size: min(max(18px, 1.4vw), 20px);
    font-weight: 200;
    color: whitesmoke;
}

.buttonContainer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}



.headerStyle th {
    background-image: linear-gradient(#445f69, #0e3949, #000);
    color: white;
    font-size: min(max(18px, 1.4vw), 20px);
    font-weight: 200;
    padding: .5rem;
    text-align: left;
    white-space: nowrap;
    top: -2px;
    position: sticky;
}

.rowStyle td {
    background-color: #cfeefb !important;
    color: black !important;
    font-size: min(max(16px, .25vw), 20px);
    font-weight: 200;
    padding: .2rem .4rem;
    text-align: left;
    white-space: nowrap !important;
}

.arowStyle td {
    background-color: #dff8d2 !important;
    color: black !important;
    font-size: min(max(16px, .25vw), 20px);
    font-weight: 200;
    padding: .2rem .4rem;
    text-align: left;
    white-space: nowrap !important;
}
