body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

.exampleTitle {
  font-size: large;
}

.ui-tabs {
border: none;
}

pre.prettyprint {
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
    white-space: pre;
}  

.ui-widget-content {
    border: 0px solid #aaaaaa;
}

.ui-widget-header {
    border: 0px solid #aaaaaa;
    background: #70BB52;
}

.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: red; }


.navbar-brand.logo {
  background-image: url("logo_143x39.png");
  background-repeat: no-repeat;
  background-position: 15px 50%;
  width: 243px;
  background-size: 50%;
}

ul.nav {
  font-size: 1em;
}

.navbar-brand.logo,
.navbar-nav li a {
  line-height: 70px;
  height: 70px;
  padding-top: 2px;
}
.subpage.header {
  margin-top: 75px;
}

h1 {
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}

.col-lg-4.septimasearch{
  padding-right: 0px;
  padding-left: 0px;
}

.exampleTitle {
  font-size: large;
}
.startlinks{
  display: block;
  background-color: rgb(245, 245, 245);
  padding: 9.5px;
  margin: 0px 0px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
  border-radius: 4px;
}
.startlinks li img {
  top: -3px;
  position: relative;
}
#examplejs{
  max-height: 800px;
  overflow-y: auto;
}
