main.container {
    padding-top:80px;
}

.small-txt {
    font-size:12px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.max-val {
    background-color:lightgreen;
}
.form-signin {
    width:100%;
    max-width:330px;
    padding:15px;
    margin:auto;
}

.form-signin input[type='text'] {
    margin-bottom:-1px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}

.form-signin input[type='password'] {
    margin-bottom:10px;
    border-top-right-radius:0;
    border-top-left-radius:0;
}

.form-signin .form-control {
    position:relative;
    box-sizing:border-box;
    height:auto;
    padding:10px;
    font-size:16px;
}

body table.dataTable tbody th,
body table.dataTable tbody td,
#personal_bests th,
#personal_bests td,
#site_flights th,
#site_flights td {
    font-size:.75rem;
    padding:2px 4px;
}

#personal_bests table td
#site_flights table td {
    font-size:12px !important;
}

td.num-flights {
    color:#007bff;
    font-weight:bold;
    cursor:pointer;
}

#add_flight:hover {
    cursor:pointer;
}

form #id_remarks {
    height:100px;
}

form textarea {
    height:100px;
}

.large-text {
    font-size:34px;
    font-weight:900;
}

.index-card .card-header {
    font-size:22px;
    font-weight:bold;
}

.card-body {position:relative;}

.card-body:after {
    position:absolute;
    font-family:"FontAwesome";
    opacity:.075;
    top:-76%;
    left:29%;
    font-size:8rem;
}
#total_flights_card .card-body img {
    position:absolute;
    left:29%;
    top:-59%;
    opacity:.075;
    width:150px;
    height:150px;
}
/* #total_flights_card .card-body:after {
    content:"\f5b0";
} */

#sites_flown_card .card-body:after,
#highest_launch_card .card-body:after {
    content:"\f6fc";
}

#highest_launch_card .card-body:after {
    content:"\f0c2";
}

#days_flown_card .card-body:after {
    content:"\f073";
}

#longest_duration_card .card-body:after {
    content:"\f017";
}

#longest_distance_card .card-body:after {
    content:"\f018";
}