
@font-face {
    font-family: "Source Code Pro";
    src: url("assets/SourceCodePro-Light.otf");
}

body {
    /*text-shadow: 0 0 1px rgba(210,210,255,1);*/
    padding: 0;
    background: #010105;
    color: #ffffff;
    font-family: "Source Code Pro";
    font-size: 22px;
}

img {
    vertical-align: middle;
}

.cell {
    margin: 0px;
    padding: 0px;
    position: absolute;
    text-align: center;
    /*border: 1px solid rgba(0,0,255,0.2);*/
}

.active {
    border: 1px dashed rgba(200, 255, 200, 0.6);
    border-radius: 8px;
}

.highlight {
    border: 1px solid #afa;
}

#inventory {
    position: absolute;
    top: 336px;
    left: 10px;
}

#stats {
    position: absolute;
    top: 10px;
    left: 342px;
}

#inspect {
    position: absolute;
    top: 100px;
    left: 342px;
    font-size: 12px;
}

#logs {
    position: absolute;
    top: 381px;
    left: 10px;
    font-size: 12px;
}

h4 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 16px;
}
#world-log, #player-log {
    float: left;
    border: 1px solid white;
    padding: 5px;
    width: 400px;
}