#showworking{
    background-color: black;
    border-color: #CEE1EF;
    border-style: solid;
    border-width: 5px;
    color: white;
    float: left;
    font-family: fixedsys,monospace,Courier,monospace;
    font-size: 12px;
    height:580px;
    line-height: 15px;
    overflow: auto;
    padding: 2px;
    white-space: nowrap;
    width: 800px;
}

.error {
    background-color: red;
}

.timestamp {
    background-color: darkgrey;
}

#cron-text {
    color: #804000;
    line-height: 20px;
}