body {
    margin: 0;
    overflow: hidden;
}


#xconsole {
    max-height: 100px;
    width: 300px;
    overflow: auto;
    position: absolute;
    z-index: 2;
    background-color: #192132;

}

#xconsole pre {
    color: lime;
    margin: 0 1px;
}

#xconsole pre.err {
    color: #fd0000;
}

#xconsole pre.inf {
    color: #5e99f3;
}

#xconsole pre span {
    margin-left: 5px;
    background-color: indianred;
    color: black;
    padding: 3px;
}