.video-container {
    background: black;
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    width: 100%;
}

#logs-header {
    margin-top: 20px;
}

.preserve-whitespace {
    white-space: pre-wrap;
}

video {
    width: 100%;
}

pre .error {
    color: red;
}

pre .warn {
    color: goldenrod;
}

#logs {
    height: 300px;
    overflow: auto;
}
