#title h1 span.title {
  margin: 0px 0px;
  max-width: 1600px;
  color: #333;
  cursor: pointer;
  font-weight: normal;
  padding-bottom: 5px;
  font-size: 28px;
}
#title h1 span.title .title-addition {
  font-size: .65em;
  margin: 0px 8px 0px 15px;
}
#title h1 span.title-link {
  font-size: .45em;
  text-shadow: none;
}
#title h2 {
  font-size: 12px;
  margin: 10px 0px 20px 0px;
}
#side-nav {
  position: absolute;
  left: 0;
  padding-right: 30px;
}
#side-nav #side-nav-list {
  list-style-type: none;
  margin-top: 120px;
}
#side-nav #side-nav-list li.title {
  color: #111;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
  padding: 0px;
  margin-bottom: 8px;
}
#side-nav #side-nav-list li a {
  display: block;
  font-size: 15px;
  text-align: left;
  border-left: 3px solid transparent;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: .035em;
  color: #333;
  text-decoration: none;
}
#side-nav #side-nav-list li a:hover,
#side-nav #side-nav-list li a:visited {
  text-decoration: none;
}
#side-nav #side-nav-list li a:hover {
  color: #777;
}
#side-nav #side-nav-list.affix {
  margin-top: 0px;
}
#contacts {
  margin: 10px 0px 0px 0px;
  display: block;
}
#contacts h2.title {
  font-size: 16px;
}
#contacts table.contact {
  margin-bottom: 10px;
  float: left;
  width: 30%;
  min-width: 300px;
}
#contacts table.contact td {
  vertical-align: top;
  padding: 1px 3px;
}
#contacts table.contact td.name {
  font-weight: bold;
  width: 60px;
}
#contacts table.contact td i {
  color: #999;
}
#citation {
  margin: 0px 0px 15px 0px;
  display: block;
}
#citation h2.title {
  font-size: 16px;
  margin-top: 5px;
}
#citation h3.title {
  font-size: 15px;
  margin-top: 5px;
}
#citation table.contact {
  margin-bottom: 10px;
  float: left;
  width: 30%;
  min-width: 300px;
}
#citation table.contact td {
  vertical-align: top;
  padding: 1px 3px;
}
#citation table.contact td.name {
  font-weight: bold;
}
#citation table.contact td i {
  color: #999;
}
div.citationtext {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  margin: 1em;
  padding: 0.5em 10px;
}
#attribution {
  width: 100%;
  margin-top: 40px;
}
#attribution #provider-info {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 0px;
}
#attribution #provider-info .title {
  margin: 10px 0px;
}
#attribution #provider-info .logo {
  max-height: 100px;
  max-width: 130px;
  margin: 5px 10px 0px 0px;
  border: 1px solid #ccc;
  padding: 4px;
  float: left;
}
#attribution #provider-info .justify {
  text-align: justify;
  line-height: 1.3em;
}
#attribution #provider-info #description {
  display: block;
  text-align: justify;
}
#raw {
  font-size: 13px;
  border-top: 1px solid #ccc;
}
#raw #raw-body {
  overflow: auto;
  padding-top: 20px;
}
#raw #raw-body .key {
  font-weight: bolder;
}
#raw #raw-body .boolean {
  color: #333;
}
#raw #raw-body .number {
  color: #555;
}
#raw #raw-body .string {
  color: #4a7638;
  word-wrap: break-all;
  word-break: break-word;
  overflow: hidden;
  white-space: pre-line;
}
body {
  font-size: 13px;
  background-color: #eee;
}
h3 {
  color: #333;
  font-size: 1.63em;
}
.section {
  margin-bottom: 20px;
}
#container {
  background-color: #fefefe;
  box-shadow: 1px 1px 2px #ccc;
}
h1#banner {
  color: #999;
  margin-left: 0px;
  font-size: 2em;
}
#summary {
  font-size: 13px;
  display: block;
  margin: 0px 0px;
}
#data-table {
  display: inline-block;
  width: 100%;
}
#data-table #raw,
#data-table #record {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
#data-table table tbody tr td {
  width: 50%;
}
#data-table table tbody tr td.value {
  width: 50%;
  overflow: hidden;
  white-space: pre-line;
  word-break: break-word;
}
#data-table table tbody tr td.value a {
  overflow: hidden;
  white-space: pre-line;
}
#data-table table tbody tr td.name {
  font-weight: normal;
  width: 50%;
}
#data-table ul.tabs {
  font-size: 17px;
  padding: 0px;
  margin: 0px;
}
#data-table ul.tabs li {
  cursor: pointer;
  list-style-type: none;
  display: inline-block;
  padding: 0px 10px;
  border-bottom: 3px solid transparent;
  letter-spacing: .02em;
  color: #666;
}
#data-table ul.tabs li:hover {
  border-bottom: 3px solid #87bc72;
  transition: border-bottom 0.5s;
}
#data-table ul.tabs li.active {
  color: #333;
  border-bottom: 3px solid #6aaa51;
}
#other-images {
  text-align: left;
  width: 100%;
  float: left;
}
@media (max-width: 992px) {
  #other-images {
    width: 100%;
    float: none;
  }
}
#other-images #images-wrapper {
  border-top: 1px solid #ccc;
  margin: 0px auto;
  padding: 10px 0px;
}
#other-images #images-wrapper .gallery-image {
  display: relative;
  max-height: 100px;
  margin: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
  padding: 4px;
}
#other-images #images-wrapper .gallery-image:hover {
  transition: box-shadow 0.3s, transform 0.3s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#bread-crumbs {
  display: block;
}
#media-wrapper {
  display: block;
  width: 100%;
  margin: 20px auto;
  position: relative;
  background-color: #F6F5DF;
  text-align: center;
}
#media-wrapper img {
  border: 1px solid #ccc;
  padding: 5px;
  width: 50%;
  max-width: 450px;
  margin: 20px auto;
  background-color: white;
  border-radius: 3px;
  display: block;
}
#media-wrapper a {
  display: block;
  margin: 5px;
}
