
.main{
    min-height: 100vh;
}
 .labels {
     width: 4.5rem;
     background-color: orange;
     color: white;
 }

.fuchsia {
    background-color: green;
}

.fuchsia-text {
    color: green;
}

.flightList {
min-height: 50vh;
}

.optionsHeading {
    color: orange;
}

.bars {
    border-left-style: solid;
    border-right-style: solid;
    border-color: maroon;
    border-width: thin;
}

.barR {
      border-left-style: solid;
      border-color: green;
      border-width: thin;
}

.barH {
    border-bottom-style: solid;
    border-color: green;
}

.repeats:hover {
    border-style: solid;
    padding: 10px;
    border-radius: 5px;
    border-width: thin;
}

.repeats {
    margin-bottom: 10px;
}

.red {
    color: red;
}
.required{
    color: red;
}

.showProcess{
    height: 70vh;
}
#footer {
    height: 80vh;
}
