
.dos {
padding: 0px 30px 0px 30px;
font-size: 9pt;
font-family: fixedsys, LucidaTerminal, monospace;
color: #969696;
text-align: left;
}

.likepre
{
  white-space: pre;
  display: block;
}

.doscontainer
{
background: #000;    
position: absolute;
/* border: 5px solid #909090; */
height:100%;
width:100%;
min-width: 950px;
/*width: 80%;
min-width: 1200px; */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.dos .listheader:before
{
    content:"*";
}
.dos .listheader:after
{
    content:"*";
}

.dos .listitem
{
    text-transform: uppercase;
}

.dos .listcontent:before
{
    content:" |   ";
}

#doslogo
{
    display: auto;
}
