body {
    background: #fafafa;
    color: #333333;
    margin-top: 5rem;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }
  
  .bg-steel {
    background-color: #5f788a;
  }
  
  .site-header .navbar-nav .nav-link {
    color: #cbd5db;
  }
  
  .site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
  
  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }
  
  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  
  .article-title {
    color: #444444;
  }
  
  a.article-title:hover {
    color: #428bca;
    text-decoration: none;
  }
  
  .article-content {
    white-space: pre-line;
  }
  
  .article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
  }
  
  .article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
  }
  
  .article-metadata a:hover {
    color: #333;
    text-decoration: none;
  }
  
  .article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }

  .form-row {
    clear: both;
  }
  
  .form-col {
    width: 32%;
    float: left;
    padding-right: 10px;
  }

  .flight-form-col {
    width: 25%;
    float: left;
    padding-right: 10px;
  }

  .form-group {
    clear: both;
  }

  .side_link, .side_link:hover, .side_link:active {
    text-decoration: none;
  }

  .page_spec_side {
    padding-top: 25px;
  }

  .heavy {
    font-size: 1.1em;
    font-weight: 600;
  }

  .airports_list, .trips_list {
    clear: both;
    padding-top: 25px;
  }

  .item_link {
    text-decoration: none;
    color: #333;
  }

  .item_link:hover {
    text-decoration: none;
  }

  .airport_info {
    padding-bottom: 15px;
  }

  .airport_city {
    font-size: 1.3em;
  }

  .search_label {
    width: 100%;
  }

  .search_field {
    float: left;
    width: 50%;
  }

  .sort_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sort_list li {
    float: left;
  }

  .sort_list li + li:before {
    content: '|';
    padding: 0 10px;
  }

  .active {
    color: black;
  }

  .flight_type_1 {
    background-color: #FFF;
  }

  .flight_type_2 {
    background-color: #dcfaf1;
  }

  .flight_type_3 {
    background-color: #dbe9ff;
  }

  .flight_number {
    float: left;
    width: 80px;
    font-size: 1.1em;
  }

  .flight_codes {
    float: left;
    font-size: 1.1em;
  }

  .flight_tracker {
    float: left;
    padding-top: 3px;
    padding-left: 30px;
    font-size: .8em;
  }

  .flight_tracker a, .flight_tracker a:hover {
    text-decoration: none;
  }

  .flight_info {
    clear: both;
    width: 100%;
    float: left;
  }

  .info_title_again {
    width: 100%;
    border: 1px solid red;
  }

  .flight_single_line {
    width: 100%;
    float: left;
    clear: both;
    border: 1px solid green;
  }

  .info_label {
    float: left;
    width: 80px;
  }

  .gcmap img {
    width: 100%;
    max-width: 500px;
  }

  .trip_header {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 20px;
  }

  .day_title::before {
    display: block; 
    content: " "; 
    margin-top: -60px; 
    height: 60px; 
    visibility: hidden; 
    pointer-events: none;
  }

  .flights_header {
    border-bottom: 1px solid #5f788a;
    float: left;
    width: 100%;
  }

  .flights_body {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }

  .flight_row {
    float: left;
    width: 100%;
    padding-top: 5px;
  }

  .flight_col {
    float: left;
    width: 14.2%;
  }

  .btn-danger-sm {
    background-color: red;
    padding: 3px;
    float: left;
    color: #FFF;
    border-radius: 10px;
    font-size: .8em;
    text-decoration: none;
  }

  .btn-danger-sm:hover {
    color: #FFF;
    text-decoration: none;
  }