   body, html {
      font-family: 'Oxygen', sans-serif;
   }
   .nowrap {
      white-space: nowrap;
      display: table;
   }
   .nowrap b {
      vertical-align: middle;
      display: inline-block;
   }
   .form-group{
//      margin-bottom: 15px;
//      border-color: grey;
//      border-style: solid;
   }

   label {
      margin-bottom: 15px;
   }

   input,
   input::-webkit-input-placeholder {
      font-size: 11px;
      padding-top: 3px;
   }
   .form-group.required .control-label:after {
      content: "*";
      color: red;
      font-size: x-large;
   }
   .content {
      float: none;
      vertical-align: middle;
      text-align: center;
   }
   .center-text {
      text-align: center;
   }
   .center-row {
      margin: auto;
   }
   #systems {
      font-size: x-large;
      align: center;
   }
   #systems table {
   }
   #systems td:hover {background-color: #f2f2f2;}
   #systems td {
      padding: 15px;
      text-align: center;
   }
   .nav .active a { 
      background-color: #f1f1f1!important;
      color: black!important;
   };
   #map {
      overflow: hidden;
      position: relative;
      height: 400px;
      width: 400px;
      top: 30px;
      padding-top: 30px;
      padding: 30px;
      margin-top: 30px;
   }

// Current/active navbar link
   .active {
     background-color: blue;
   }
   .box-background {
      margin-top: 30px;
      margin: 0 auto;
      max-width: 400px;
//      padding: 10px 40px;
      background:#009edf;
      color: #FFF;
      text-shadow: none;
      -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
      -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
      box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
   }
   .form-control {
      height: auto!important;
      padding: 8px 12px !important;
   }
   .input-group {
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
      -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
   }
   .footer {
     position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
//     background-color: red;
//     color: white;
     text-align: center;
   }

/* Add responsiveness - will automatically display the navbar vertically instead of horizontally on screens less than 500 pixels */
@media screen and (max-width: 500px) {
  .nav li {
    float: none;
    display: inline-block;
  }


