#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;
}
