﻿header, .body-content {
  padding: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column */
.dl-horizontal dt {
  white-space: normal;
}
.navbar-center {
  width: 100%;
  text-align: center;
}
.navbar-center > li {
  float: none;
  display: inline-block;
}
.dropdown-menu ul {
  background: white;
  float: left;
  -webkit-transition: .5s;
  transition: .5s;
}
.dropdown-menu li {
  float: left;
  position: relative;
  width: 200px;
  list-style: none;
  -webkit-transition: .5s;
  transition: .5s;
}
.dropdown-menu > ul > li > a,
h1 {
  text-transform: uppercase;
}
.dropdown-menu a {
  display: block;
  text-decoration: none;
  padding: 5px;
  left: 0px;
  color: #000;
}
.dropdown-menu ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
}
.dropdown-menu ul ul ul {
  left: 100%;
  top: 0;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
}
.dropdown-menu li:hover,
#main_nav li:hover li {
  background: #ddd;
}
.dropdown-menu li li:hover,
#main_nav li li:hover li {
  background: #bbb;
}
.dropdown-menu li li li:hover {
  background: #999;
}
.dropdown-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header.jumbotron {
  margin-bottom: 0;
}
fieldset {
  border: 2px groove threedface;
  margin: 0 2px;
  padding: 0.35em 0.75em 0.625em 0.75em;
}
legend {
  border-bottom: 0;
  color: #317eac;
  margin: 0;
  padding: 0 2px;
  width: auto;
}
.col-auto {
  width: auto !important;
}