#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;
}
#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;
}
body {
  min-height: 800px;
  position: relative;
  background-color: #eee;
  font-size: 13px;
}
#content {
  background-color: #fefefe;
  box-shadow: 1px 1px 2px #ccc;
  text-shadow: 1px 1px 1px white;
}
#content #contacts {
  margin: 10px 0px 0px 0px;
  display: block;
}
#content #contacts h2.title {
  font-size: 16px;
}
#content #contacts table.contact {
  margin-bottom: 10px;
  float: left;
  width: 30%;
  min-width: 300px;
}
#content #contacts table.contact td {
  vertical-align: top;
  padding: 1px 3px;
}
#content #contacts table.contact td.name {
  font-weight: bold;
  width: 60px;
}
#content #contacts table.contact td i {
  color: #999;
}
#content h1#banner {
  color: #999;
  margin-left: 0px;
  font-size: 2em;
}
#content h1#title {
  font-size: 28px;
  clear: both;
}
#content h2.title {
  font-size: 16px;
}
#content a#search-button {
  font-weight: bold;
  border-radius: 2px;
  font-size: 14px;
  color: white;
  margin: 30px 10px;
  padding: 6px 6px;
  background-color: #78b461;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#content a#search-button:hover {
  transition: box-shadow 0.5s, background-color 0.5s, transform 0.5s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #87bc72;
}
#content .info {
  display: inline-block;
  margin-right: 15px;
  font-size: 17px;
  color: #666;
  font-weight: normal;
}
#content #description {
  display: block;
  clear: both;
}
#content #description p {
  margin: 20px 0px;
  text-align: justify;
  line-height: 1.2em;
  padding: 5px 0px;
}
#content #description p .logo {
  max-width: 150px;
  max-height: 150px;
  margin: 0px 10px 2px 0px;
  float: left;
  padding: 4px;
  border: 1px solid #ccc;
  background-color: white;
}
#content #stats-tables {
  margin-top: 40px;
}
#content #stats-tables ul.tabs {
  font-size: 17px;
  padding: 0px;
  margin: 0px;
}
#content #stats-tables 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;
}
#content #stats-tables ul.tabs li:hover {
  border-bottom: 3px solid #87bc72;
  transition: border-bottom 0.5s;
}
#content #stats-tables ul.tabs li.active {
  color: #333;
  border-bottom: 3px solid #6aaa51;
}
#content #stats-tables .stat-table {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
#content #flags-table .badge {
  text-shadow: none;
  cursor: pointer;
}
#content #flags-table td .tooltip-inner {
  text-shadown: none;
}
.last {
  margin-left: 20px;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.2em;
}
a {
  text-shadow: none;
}
td.record-count {
  text-align: right;
}
.perc-box {
  border: 1px solid #bbb;
  border-radius: 3px;
  width: 100px;
  color: darkred;
  height: 20px;
  background-color: #eee;
  margin: auto;
  position: relative;
}
.perc-bar {
  background-color: #ccc;
  position: absolute;
  z-index: 1;
  display: inline-block;
  height: 18px;
  text-align: center;
}
.perc-text {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100px;
  text-align: center;
  font-size: 1em;
}
.button {
  margin: 5px;
}
.buttons {
  text-align: center;
}
#title label {
  font-size: 1.7em;
  letter-spacing: 0.0em;
  font-weight: bold;
  color: #333;
}
.info {
  font-weight: bold;
  font-size: 1.02em;
}
#fields,
#description {
  color: #444;
}
#field-loader {
  display: block;
  margin: 20% auto;
}
#map {
  width: 100%;
  margin: 10px;
}
#right {
  float: right;
  width: 34%;
}
@media (max-width: 900px) {
  #description,
  #fields {
    width: 98%;
    float: none;
  }
  #title {
    margin: 20px 0px;
  }
}
