body {
  font-family: 'Georgia', serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

p, h4, h3, .content ul {
  line-height: 26px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.content ul li {
  margin-top: 13px;
  margin-bottom: 13px;
}

h1, h2 {
  line-height: 48px;
  font-size: 32px;
  font-weight: normal;
  margin: 8px 0 8px 2%;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 1em;
}

h1, h2, pre, code, .console, .status, #nav, #tagline {
  font-family: 'Droid Sans Mono', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Courier, monospace;
}

a:link, a:visited {
  color: #ef674a;
}

p code {
  font-size: 16px;
  line-height: 16px;
}

pre, .console {
  background-color: #191919;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.console {
  font-size: 16px;
  height: 270px;
  color: #dddddd;
  margin-top: 26px;
  margin-bottom: 26px;
  border: 1px solid #888;
  resize: auto;
  overflow: auto;
  padding: 2px;
}

textarea {
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#nav {
  position: fixed;
  top: 18px;
  right: 2%;
  font-size: 22px;
  z-index: 99;
}

#nav a:link, #nav a:visited {
  color: #eaf2d9;
}

#nav a {
  text-decoration: none;
  margin-left: 17px;
}

#nav a:last {
  margin: 0;
}

#tagline {
  position: absolute;
  display: none;
  top: 24px;
  font-size: 14px;
}

#guide pre {
  font-size: 16px;
  line-height: 26px;
  color: #dddddd;
  padding: 26px;
  margin: 26px 0;
}

#header, #demo {
  clear: both;
}

.ok {
  background-color: green;
}

.error {
  background-color: red;
}

.pending {
  background-color: yellow;
}

.status {
  font-size: 14px;
  padding: 2px;
  margin-top: -24px;
}

.header, .content {
  clear: both;
  width: 100%;
  overflow: hidden;
  color: #ede6da;
}

.header {
  clear: both;
  width: 100%;
  -webkit-box-shadow: 0px 4px 6px hsla(0, 0%, 0%, 0.4);
  -moz-box-shadow: 0px 4px 6px hsla(0, 0%, 0%, 0.4);
  background-color: #581406;
}

.content {
  background-color: #2d2929;
}

.left {
  float: left;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 2px 0px 6px hsla(0, 0%, 0%, 0.4);
  -moz-box-shadow: 2px 0px 6px hsla(0, 0%, 0%, 0.4);
}

.content .left, .header .left {
  right: 50%;
}

.content .left {
  background-color: #272121;
}

.header, .col1, .col2 {
  float: left;
  position: relative;
  overflow: hidden;
}

.col1 {
  width: 96%;
  left: 2%;
}

.left .header {
  width: 100%;
  left: 50%;
}

.left .col1 {
  width: 46%;
  left: 52%;
}

.left .col2 {
  width: 46%;
  left: 56%;
}

.docked {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: hsla(10, 87%, 18%, 0.80);
  z-index: 5;
}

code .keyword              { font-weight: bold; color: #dd7522 }
code .string, code .regexp { color: #669933 }
code .class, code .special {  }
code .number               { color: #eddd3d }
code .comment              { color: grey }