body {
  background: #e6e6e6;
  color: black;
  margin: 0;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica;
}

#chart, #header, #footer {
  position: absolute;
  top: 0;
}

#header, #footer {
  z-index: 1;
  display: block;
  font-size: 36px;
  font-weight: 300;
  text-shadow: 0 1px 0 #fff;
}

#header.inverted, #footer.inverted {
  color: #fff;
  text-shadow: 0 1px 4px #000;
}

#header {
  top: 80px;
  left: 140px;
  width: 1000px;
}

#footer {
  top: 680px;
  right: 140px;
  text-align: right;
}

rect {
  fill: none;
  pointer-events: all;
}

pre {
  font-size: 18px;
}

line {
  stroke: #000;
  stroke-width: 1.5px;
}

.string, .regexp {
  color: #f39;
}

.keyword {
  color: #00c;
}

.comment {
  color: #777;
  font-style: oblique;
}

.number {
  color: #369;
}

.class, .special {
  color: #1181B8;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #666;
}

.hint {
  position: absolute;
  right: 0;
  width: 1280px;
  font-size: 12px;
  color: #999;
}

::-webkit-scrollbar {
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.scrollbox {
  padding-top: 10px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  width: 500px;
  height: 20pt;
  font-size:10pt;
}

section > div {
  border: 1px solid;
  padding: 3px
}

header > div {
  table-layout: auto;
  display: table-row;
}

header > div > div {
  padding: 5px;
  display: table-cell;
  vertical-align: top;
}

#controls {
  display: table-row
}

.controls {
  padding-right: 5px;
  display: table-cell;
  vertical-align: top;
}
.controls > div {
  display: table-row;
}

div.header > span {
  display: table-cell;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
}

#buttons > div {
  padding-top: 10px;
}

#rendered {
  display: table-cell;
  vertical-align: top;
  font-size: 150%;
  border: 0px solid;
  padding: 3px;
}
