* {
margin:0;
padding:0;
}
html {
background:black none repeat scroll 0 0;
}
body {
color:white;
font-family:monospace;
font-size:100%;
line-height:1.125em;
padding:0 1em;
}
p {
font-size:0.8em;
margin:0.5em 0;
}
strong {
color:#8C0A0A;
font-style:normal;
font-weight:normal;
}
em {
color:#988D33;
font-style:normal;
font-weight:normal;
}
#output {
font-size:1em;
}
.output-row {
padding:0 0em 0.5em;
}
#input-form {
padding:0.5em 0;
}
#input-welcome {
font-size:1em;
}
.about {
font-size:1.25em;
}

#input {
border:0 none;
font-size:1em;
height:1.2em;
font-family:monosoace;
color:white;
font-family:monospace;
font-size:100%;
line-height:1.125em;
padding:0 0em;
background-color:black
}
.tip {
  border-bottom: 1px dotted white;
  color:white;
}
.top {
  border: 1px solid #999999;
  position: fixed;
 /* position: absolute;*/

  top: 0px;
  right: 0px;
}
.adv {
  font-size:0.75em;
  border: 1px solid #999999;
  position: fixed;
 /* position: absolute;*/
  top: 50%;
  right: 0px;
}
.bottom {
  border: 1px solid #999999;
  border-bottom: 0px solid #999999;
  position: fixed;
 /* position: absolute;*/

  bottom: 2px;
  right: 0px;
  visibility:hidden;
}
