@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i");

body {
  font-family: "Roboto", sans-serif;
}

.navbar {
  margin-bottom: 0;
}

.navbarbodypadding {
  padding-top: 50px;
}

.nrelheader {
  background-color: #0079c5;
  min-height: 101px;
  border-bottom: 9px solid #005d92;
}

.nrellogo {
  display: block;
  height: 92px;
  padding: 16px 0px;
}

.brandlogo {
  height: 92px;
  padding: 16px 0px;
}

@media (min-width: 768px) {
  .nrellogo {
    float: right;
  }
}

.nrelheader h1 {
  color: #fff;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  vertical-align: middle;
  margin: auto;
  height: 92px;
  line-height: 92px;
  text-align: center;
}

@media (min-width: 768px) {
  .nrelheader h1 {
    float: left;
  }
}

.nrelfooter {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  background-color: #222;
  border-top: 5px solid #127bbf;
  padding: 16px;
  text-align: center;
  margin-top: 40px;
}

.doefooterlogo {
  display: block;
  margin: 10px auto;
}

.hidden {
  display: none;
}

.resstock-main-jumbo {
  background-image: url("/static/jumbotron_bg.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.imgover-dark {
  background-color: rgba(0, 0, 0, 0.2);
}

a {
  color: #4183C4; }
a.absent {
  color: #cc0000; }
a.anchor {
  display: block;
  padding-left: 30px;
  margin-left: -30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }

table {
  padding: 0; }
table tr {
  border-top: 1px solid #cccccc;
  background-color: white;
  margin: 0;
  padding: 0; }
table tr:nth-child(2n) {
  background-color: #f8f8f8; }
table tr th {
  font-weight: bold;
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px; }
table tr td {
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px; }
table tr th :first-child, table tr td :first-child {
  margin-top: 0; }
table tr th :last-child, table tr td :last-child {
  margin-bottom: 0; }

