body {
    background: #141414;
}

#main-canvas {
    border:white;
    border-style:solid;
    border-width:1px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

div#controls {
    height: 30px;
    color: white;
}

#progress {
    width: 100%;
    text-align: center;
    line-height: 30px;
    min-height: 30px;
}

#progress-label {
    float: left;
    color: white;
    padding-left: 10px;
    font-family: monospace;
}

#progress-container {
    width: 100%;
    background-color: lightgray;
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

#progress-bar {
    width: 0%;
    height: 30px;
    background-color: grey;
    text-align: center;
}