#spb-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,0.1);
    z-index: 99999;
}

#spb-progress-bar {
    height: 100%;
    width: 0%;
    background: #c40f16;
    transition: width 0.1s linear;
}

#spb-progress-text {
	display: none;
    position: fixed;
    top: 8px;
    right: 12px;
    font-size: 12px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    z-index: 100000;
}
