<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.progressbar {
    width: 100%;
    position: relative;
    background-color: #f4f4f4;
}

.proggress {
    height: 8px;
    width: 10px;
    background-color: #ff0;
}

.percentCount {
    float: left;
    margin-top: -16px;
    clear: both;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    padding-left: 5px;
}</pre></body></html>