html{
  background: black;
}
body{
  background: black;
  font-family: Courier New, Courier, monospace;
  color: #0f0;
}
a,
a:visited{
  color: inherit;
  text-decoration: none;
}

::-moz-selection{
  background: #0f0;
  color: black;
}
::selection{
  background: #0f0;
  color: black;
}

#owrap{
  display: table;
  position: static;
  height: 100%;
  margin: auto;
  width: 400px;
  text-align: center;
}

#iwrap{
  display: table-cell;
  vertical-align: middle;
  position: static;
}

#iiwrap{
  height: 285px;
}

#header{
  font-weight: bold;
  font-size: 150%;
}

#help-wrap{
  font-weight: bold;
  text-align: right;
}
#help{
  cursor: pointer;
}
#help-text{
  font-weight: bold;
  position: absolute;
  width: 400px;
  z-index: 3;
  background: black;
  height: 285px;
  text-align: left;
  cursor: default;
}
#ok-wrap{
  text-align: right;
}
#ok{
  cursor: pointer;
}

#input{
  width: 400px;
  border: 2px solid #0f0;
  padding: 4px;
  background: black;
  margin-bottom: 10px;
  margin-top: 3px;
  font-weight: bold;
  color: #0f0;
  font-family: Courier New, Courier, monospace;
}

#output-wrap{
  text-align: left;
  font-weight: bold;
  font-size: small;
}

#output{
  width: 386px;
  border: 2px solid #0f0;
  padding: 4px;
  background: black;
  font-weight: bold;
  color: #0f0;
  height: 100px;
}

#withDashes{
  text-align: center;
  height: 25px;
  cursor: pointer;
  margin-left: -8px;
  line-height: 20px;
}

#withDashes .mark{
  font-size: 150%;
  position: relative;
  left: 14px;
  top: 2px;
}

#footer {
  text-align: right;
  font-family: monospace;
  font-size: 75%;
}

#cc{
  position: relative;
  top: 4px;
}
