#fl_heading {

}

.fl_flash {
  background-color: #eea;
  align: 'center';
  color: #000;
  margin: 15px;
}

.fl_button {
    background-color: #a30303;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.fl_table {
    width: 100%;
    margin: 15px;
    border: 1px solid grey;
}

tr:nth-child(even) {background-color: #f2f2f2}

.fl_table_th {
    color: white;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    font-size: 10pt;
    font-style: normal;
    border: 1px solid black;
    padding-left: 1px;
    padding-right: 1px;
    background-color: #334477;
    height: 21px;
}

.fl_th_action {
    width: 80px;
}

.fl_th_mountain {
    width: 150px;
}

.fl_td_action {
    text-align: center;
}

.fl_th_coordinator {
    width: 150px;
}

.fl_th_slots {
    width: 30px;
}
.fot48-registration-status {
    background: #f5f7f9;
    border: 1px solid #d9dee3;
    border-left: 5px solid #a71930;
    border-radius: 4px;
    padding: 22px 25px;
    margin: 20px 0 30px;
}

.fot48-registration-status h3 {
    margin: 0 0 18px;
    font-size: 22px;
    color: #a71930;
}

.fot48-stat-row {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}

.fot48-stat {
    flex: 1;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e1e4e8;
    padding: 14px 10px;
}

.fot48-stat-number {
    display: block;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    color: #243b64;
}

.fot48-stat-label {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.fot48-status-message {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 700px) {
    .fot48-stat-row {
        flex-direction: column;
    }
}