.form-control {
    font-size: .8rem;
}

/* 
#divNormalize {
    position: relative;
    top: -20px;
    right: 50px;
    display: none;
} */

#trendContainer {
    position: relative;
}

#selectTaxiTime {
    position: relative;
    right: 7px;
}

#taxiOutList tbody tr.selected {
    background-color: rgba(255, 255, 0, 0.5) !important;
}

#taxiInList tbody tr.selected {
    background-color: rgba(255, 255, 0, 0.5) !important;
}

#diversionList tbody tr.selected {
    background-color: rgba(255, 255, 0, 0.5) !important;
}

#divNormalize {
    position: absolute;
    bottom: 21px;
    left: 50px;
    display: none;
    width: 100px;
}

#chartPieContainer {
    position: relative;
}

#buttonReset {
    position: absolute;
    bottom: 10px;
}

#buttonDashboard, #buttonDashboardDest {
    margin-top: 0px;
}

#destinationSummary tbody tr.selected {
    background-color: rgba(255, 255, 0, 0.5) !important;
}

#titleChartGroup {
    margin-bottom: 10px;
}

#diversionList tbody tr.selected {
    background-color: rgba(255, 255, 0, 0.5) !important;
}

.download-csv-button {
    cursor: pointer;
    margin: 5px;
}

/* 
.element-pad {
    padding-top: 8px;
    margin-left: 16px;
    margin-right: 0px;
} */

th {
    font-size: 0.9em;
}

td {
    font-size: 0.9em;
}

.sectionTitle {
    background-color: rgb(208, 243, 214);
    padding: 3px 10px;
    font-family: Tahoma;
    font-size: 1.5em;
    border-radius: 5px;
    margin-bottom: 5px;
}