.progress {
    position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

.bar{
    /* background-color: #222; */
    background-color: #0c0f12;;
    bottom: 0;
    box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
    color:  rgba(255, 255, 255, 0.5);
    font: "Open Sans",Helvetica,Arial,sans-serif;
    font-size:14px;
    left: 0;
    margin: 0;
    /* padding: 0px 0px 0px 0px; */
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: none;
    z-index: 99999;
    cursor: default;
    display: block;
    height: 36px;
    margin-right: 0;
    white-space: nowrap;
}

.queue{
    color: inherit;
    font: "Open Sans",Helvetica,Arial,sans-serif;
    font-size:14px;
    /* padding-top:8px; */
    text-align:center;
}

/* .bar-2{
    background-color: #222;
    color: #FFF;
    z-index: 99999;
    height: 36px;
} */