﻿/* CSS for the Profile Page */

.acm-app {
    text-align: center;
}
    .acm-app iframe {
        margin-top: 120px;
        height: 1000px; /* Set to a reasonable value */
        overflow: auto; /* Allow scrolling if needed */
        width: 100%;
    }

    .acm-app a {
        color: red;
    }

.race-upload {
    display: none;
}

.pb-3 {
    background-color: rgb(38, 39, 48);
}

label {
    color: white;
}

.missing-block {
    border: red 1px solid !important;
}

#tablePreview {
    color:white;
    text-align:center;
    border:none;
}

#tablePreview tbody tr:nth-child(even) {
    background-color: #999;
    border: none;
}

    #tablePreview tbody tr:nth-child(odd) {
        background-color: #888;
        border: none;
    }

#tablePreview thead {
    background-color: #777;
}

#tablePreview table {
    border: 0px black solid;
}