@font-face {
  font-family: console-font;
  src: url(Web437_ApricotXenC.woff)
}

body{font-family:console-font;margin-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;font-style:regular;font-size:100%; background-color:000;}

#console-input {font-family:console-font;font-style:regular;font-size:70%;color:fff;}
#results {font-family:console-font;font-style:regular;font-size:70%;color:fff;}

.blining-input {
    animation: blinker 1s step-end infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

input[type="text"]{text-align:left;background-color:000;border-radius:0px;padding:0px;font-family:console-font;font-style:regular;font-size:70%;color:fff;outline:none;border: 1px solid #000;caret-shape: underscore;}

#copyright {position:absolute;text-align:center;font-family:console-font;font-style:regular;font-size:30%;color:989898;padding-top:10px;margin-bottom:0px;}