﻿.acm-app iframe {
    width: 100%;
}
.acm-app {
    margin-top: -16px;
    margin-bottom: -6px;
}

.race-upload {
    background-color: #262730;
    color: white;
}

#uploadButton {
    text-align:center;
    display:none;
    margin-left: 44%;
    margin-top: 15px;
}

#processButton {
    padding: 10px;
    background-color: yellowgreen;
    margin:15px;
    color:black;
    border-radius: 4px;
    display:table;
    cursor: pointer;
}

#tablePreview, .table, .table-striped>tbody>tr:nth-of-type(odd) {
    color:white;
}

#racesCheckedLabel {
    display: none;
}