p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
}

#log_output {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    height: 300px;
    overflow: auto;
    border-color: #000;
    position: fixed;
    top: 0px;
    right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    max-width: 350px;
}

#log {
    display: inline;
    border-style: solid 1px;
}

#bg {
    position: fixed;
    top: 10000px;
}
