body {
  /*background: #fafafa;*/
  background: #e6e6e6;
  color: #333333;
  margin-top: 5rem;
}

.container {
}


h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

ul {
  margin: 0;
}

li {
  margin: 0;
  list-style: none;
}


.bg-steel {
  /*background-color: #5f788a;*/
  background-color: #132639;
}

.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;
}

#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 20px;
    width: auto;
}

.toc_title {
    font-weight: 700;
    text-align: center;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
}


li.three  { width:33.333%;float:left;display:inline }

.bottom-one {
     margin-bottom: cm;
  }

.briefing-layout {
    background-color: white;
    color: black;
    border: 2px solid lightgrey;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    text-align: center;
    /* overflow:scroll;
    overflow:auto;
    overflow:hidden;
    width: auto;
    height: auto; */
}

.metar_raw h4, .metar_raw p{
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
}

.metar_raw h4 {
    font-weight: bold;
}

.metar_raw p {
    font-family: 'Courier New', Courier, monospace;
}


.form-control:focus {
  border-color: darkblue !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}



.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
