
#mocha li.progress{
    width: 80px;
    height: 80px;
    float: right;
}
#mocha li.suite{
    border-top: 2px dashed #aaf;
    padding-top: 10px;
}

#mocha{
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.mocha-engine{
    background-color: #efe;
}
