/* RaceResults Custom Styles */
/* This file adds minimal styling on top of Bulma CSS */

/* Status indicators */
.status-uploaded {
    color: #257953;
    font-weight: 600;
}

.status-pending {
    color: #757575;
}
