body {
  background-color: black;
  color: white;
  text-align: center;
}
a {
  color: gray;
  font-weight: bold;
}
a:hover {
  color: white;
}

#cplEditorBox {
  text-align: left;
  font-family: 'Inconsolata', monospace;
  width: 100%;
  outline-color: #fff;
  outline-width: 1px;
  border-radius: 5px;
  outline-style: solid;
}
#cplOutputBox {
  text-align: left;
  font-family: 'Inconsolata', monospace;
  width: 100%;
  outline-color: #fff;
  outline-width: 1px;
  border-radius: 5px;
  outline-style: solid;
  min-height: 1em;
}