html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1rem;
  color: #434650;
  word-break: break-word;
}
p.question {
  font-size: 1.1rem;
  margin-top: 2rem;
}
div#wrapper {
  min-height: 100%;
  height: auto !important;
  margin-bottom: -50px;
}
div#wrapper:after {
  content: "";
  display: block;
/*  height: 50px; */
}
div#content {
  height: 100%;
}
div.center {
  margin: 5em auto;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
}
header {
  background-color: cadetblue;
  width: 100%;
  min-height: 33px;
  height: 100%;
  text-align:center;
  padding: 13px 0px 0px 0px;
  box-shadow: 0 1px 0px #d1d1d1, 0 1px 1px #ededed, 0 8px 10px #e5e5e5;
  margin-bottom: 25px;
}
a {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  color: #535353;
}
p a {
  word-break: break-word;
}
p.apimsg {
  word-break: break-word;
}

header a {
  text-decoration: none;
  margin: 0 0.9rem;
  color: white;
}


/* Main page */
div.intro {
  margin: -1em auto 1em auto;
  width: 99%;
  max-width: 70rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3em;
}
.intro > h2 {
  font-size: 1.5rem;
  color: #434650;
  text-align: left;
  line-height: 1em;
}
.intro > h3 {
  font-size: 2.1rem;
  color: #434650;
  text-align: center;
  line-height: 1em;
}
@media (min-width: 450px) {
  .pre {
    font-size: 1.2rem;
  }
  #aapi {
    font-size: 1.2rem;
  }
  #console {
    padding: .5rem;
  }
}
@media (max-width: 450px) {
  .intro h2 {
    font-size: .9rem;
  }
  .intro h3 {
    font-size: 1rem;
  }
}
@media (max-width: 330px) {
  header a {
    margin: 0 .4rem;
    font-size: .8rem;
  }
  .form input {
    max-width: 8rem;
  }
  .pre,#aapi {
    font-size: 1rem;
  }
  #console {
    padding-bottom: 4rem;
  }
}
p.infobox {
  text-align: center;
  margin-bottom: 5em;
}
div.flex {
  display: flex;
  flex-wrap: wrap;
}
span.link {
  cursor: pointer;
  text-decoration: underline;
  margin: 0 .5rem;
}
.console {
  font-size: 1em;
  color: #434650;
  font-family: monospace;
  white-space: pre-wrap;
  border: 0;
  word-break: break-word;
}

#console,#ip,#checkip {
  background-color: #2b2f33;
  margin: 0 .25rem .5rem .25rem;
  color: #f3f0ff;
  font-family: monospace;
  white-space: pre-wrap;
  border: 0;
  word-break: break-word;
}
#console {
  width: 100%;
  min-height: 37rem;
  max-height: 25rem;
  overflow: auto;
}
#ip {
  width: 91%;
  height: 1.5rem;
  padding: .5rem;
}
#checkip {
  position: absolute;
  line-height: 1.5rem;
  right: .5rem;
  padding: .5rem;
}
#aapi {
  margin: 0 0 .5rem .5rem;
  word-break: break-all;
  font-family: monospace;
  position: absolute;
  color: #f3f0ff;
  bottom: .5rem;
  right: 1.5rem;
}
.example {
  max-width: 45rem;
}
div.left {
  flex: 0 0 20rem;
  display: flex;
  flex-wrap: wrap;
}
div.right {
  position: relative;
  flex: 2 1 30rem;
  display: flex;
  flex-wrap: wrap;
}
p.infobox {
  margin: 0 0 1rem .5rem;
  word-break: break-word;
}
ul.gen {
  font-family: 'Open Sans', sans-serif;
  list-style-type: none;
  border-left: 1px solid #f1f1f1;
  line-height: 1.1rem;
  color: #434650;
  margin: 0;
}
ul.gen > li {
  margin: 2rem 0;
  word-break: break-word;
}
.warning {
  color: red;
}
.break {
  word-break: break-all;
}
p.footertxt {
  text-align: right;
  padding: 0 0.5rem 0 0;
  margin: 0;
  font-size: 0.9rem;
}
footer {
  height: 50px;
}
#footer-links {
  max-width: 70rem;
  width: 99%;
  text-align: center;
  padding: 18px 0px 0px 0px;
  height: 32px;
  margin: 0 auto;
}
footer a {
  text-decoration: none;
  margin: 0 0.9rem;
  color: white;
}


/* Tables */
div.maxrow {
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  align-items: center;
  padding: 6px 0;
  color: #434650;
}
div.maxrows {
  max-width: 45rem;
}
div.maxrow .col-1 {
  width: 20%;
  display: inline-block;
}
div.maxrow .col-2 {
  width: 80%;
  margin-left: 1rem;
  display: inline-block;
}
div.maxrow2 {
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  align-items: center;
  padding: 8px 0;
  color: #434650;
}
div.maxrows2 {
  max-width: 70rem;
}
div.maxrow2 .col-1 {
  width: 10%;
  display: inline-block;
}
div.maxrow2 .col-2 {
  width: 90%;
  margin-left: 1rem;
  display: inline-block;
}


/* Icons */
img.fa-icon {
  height: 66px;
  vertical-align: middle;
}
img.fa-details {
  width: 48px;
  background: url(../images/iconscd51.png?v=1a) 0 0;
}
img.fa-ff {
  width: 60px;
  background: url(../images/iconscd51.png?v=1a) -48px 0;
}
img.fa-globe {
  width: 63px;
  background: url(../images/iconscd51.png?v=1a) -108px 0;
}
img.fa-private {
  width: 56px;
  background: url(../images/iconscd51.png?v=1a) -171px 0;
}
img.fa-code {
  width: 48px;
  background: url(../images/iconscd51.png?v=1a) -227px 0;
}
img.fa-dollar {
  width: 36px;
  background: url(../images/iconscd51.png?v=1a) -275px 0;
}
img.scale {
  max-width: 100%;
  height: auto;
}


/* JSON */
.json_string {
  color: wheat;
}
.json_number {
  color: darkorange;
}
.json_boolean {
  color: darkorange;
}
.json_null {
  color: magenta;
}
.json_key {
  color: #f3f0ff;
}
