.niceTables {
    border-collapse: collapse;
    border: 1px solid grey;
    text-align: center;
    border-spacing: 0;
    box-shadow: 0px 0px 8px rgba(102, 178, 255, 0.5);
    padding: 5px;
    background-color: rgb(252, 234, 199) !important;
}

.niceTables th, .niceTables td {
    border: 0.5px solid lightgrey !important; /* Updated border shorthand */
}


.niceTables th {
    text-align: center !important;
    justify-content: center;
    align-items: center;
    background-color: rgb(239, 184, 84) !important;
}

.niceTables td {
    font-size: 13px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    vertical-align: middle;
    text-align: left;
}



