﻿body {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #FF7F00;
}
.customer-logo {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .body-content {
    padding-top: 20px;
  }
  .page-header img {
    width: 400px;
    height: auto;
  }
  .navbar-brand {
    position: absolute;
    top: 50px;
    left: 0px;
    height: 52px;
  }
  .navbar-brand > img {
    display: block;
    position: relative;
    top: -50px;
    height: 26px;
    width: auto;
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-content {
    padding-top: 110px;
  }
  .page-header img {
    width: 720px;
    height: auto;
  }
  .nav {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .page-header img {
    width: 940px;
    height: auto;
  }
}
.activemenuitem {
  text-decoration: none;
  background-color: rgba(255, 127, 0, 0.15);
  color: white;
  position: relative;
  display: block;
  padding: 15px;
}
.kernimage {
  margin-top: 50px;
  border: solid 1px;
  border-color: lightgray;
}
.IssueHeader {
  color: white;
  font-size: larger;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #FF7F00;
  border: solid 1px #994c00;
}
.message {
  margin: 20px;
  font-size: large;
  color: #337ab7;
  font-style: italic;
}
.code {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #FF7F00;
  background-color: #202080;
  font-family: Courier New, Courier, monospace;
  border: solid 1px #404020;
}