body {
  background: #ef921a;
  width: 70%;
  margin: 0 auto;
  border-width: 5px;
  border-color: white;
  border-radius: 5px;
  border-style: solid;
  font-family: serif;
  font-size: 14pt;
}

#bodyDiv {
  background-color: white;
}

#Logo {
  width: 450px;
  border-radius: 3px;
  padding: 5px;
  border-color: #ef921a;
  margin-left: 10px;
}

#DunsLogo {
  width: 160px;
  border-radius: 3px;
  padding: 5px;
  float: right;
  border-color: #ef921a;
  margin-right: 10px;
}

#contentBody {
  margin-top: 30px;
}

.navbar {
  width: 100%;
  background-color: #ef921a;
  overflow: auto;
  border-radius: 5px;
}

.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: white;
}

.navbar a:hover {
  background-color: #fff;
  color: #ef921a;
}

table, th, td {
  border: 1px solid;
  padding: 3px;
  text-align: center;
  vertical-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
}

#footer {
  text-align: center;
  font-size: 9pt;
}

@media only screen and (max-width: 990px) {
  body {
    width: 97%;
    font-size: 20pt;
  }
}

/*# sourceMappingURL=index.css.map */
