#console {
  border-top: 1px solid #fff;
  background: #444;
  padding: 8px 0 10px 1.5%;
  color: #fff;
  line-height: 1.5em;
  font-family: "Courier New", "Courier", serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 98.5%;
  height: 49px;
  overflow: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1000;
}

#console a:link, #console a:active, #console a:visited {
  text-decoration: none;
  color: #f60;
}

#console a:hover {
  text-decoration: none;
  color: #444;
}

#console input.conField {
  color: #fff !important;
  line-height: 1.5em;
  font-family: "Courier New", "Courier", serif;
  font-size: 12px;
  background: #444;
  border: none;
  width: 80%;
  text-transform: uppercase;
}

/*
#console div:before {
  content:"SUPERTOPIC:" "\005C" ">";
  margin: 0 8px 0 0;
}
*/

.conError {
  background: #fff;
  padding: 0 2px 0 2px;
  color: #444;
}

.accessconsole {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
}
