html {
    background-color: black;
}
#screen {
    /*float: left;*/
    font-family: monospace, fixed;
    font-weight: bold;
    width: 50%;
}
.console {
    font-family: monospace;
    background-color: black;
    text-decoration: none;
    color: green;
    font-size: 1.5em;
    padding-right: 1em;
}
.rightcol {
    float:right;
    width: 45%;
}

#log {
    /*position: relative;*/

}

#status {
    height: 10em;
    width: 100%;
}

#status .person .hunger::before {
    content: ", hunger=";
}
#status .person .thirst::before {
    content: ", thirst=";
}
#status .person .cumRadiation::before {
    content: ",\tcumRad=";
}

.tab { display:inline-block; 
       margin-left: 40px; }
