.flight-history {
    /*border: 1px solid rgba(0,0,0,0.1);*/
    border-top: 1px solid white;
    height: 26vh;
    padding-top: 20px;
}

#flight-history-table {
    position:relative;
    height: 100%;
}
#flight-history-table-contents .transportType-icon{
  display: inline-block;
}
#flight-history-table-contents img{
  height: 2vh;
  width: 2vh;
}
.flight-history-footer {
    position: absolute;
    height: 4vh;
    line-height: 3vh;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5vh 1vw;
    /*color: rgba(0,0,0,0.5);
  background: white;*/
    color: white;
    background: rgb(80,80,80);
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
    width:100%;
    bottom:0;
}
.btn-launch-sst {
    background-color: orange;
    color: white;
    font-family: Montserrat;
    width: 6vw;
    height: 3vh;
    position: absolute;
    left: 1vw;
    padding: 0;
}
