#rcore-backorder-progress {
    display: none;
    margin-top: 20px;
    margin-bottom: 35px;
    width: 95%;
}

.progress-bar-wrapper {

}

.progress-bar-wrapper .bar-label {
    margin-bottom: 6px;
    font-size: 15px;
    font-style: italic;
    font-family: "Tahoma", Sans-serif, serif;
}

.progress-bar-wrapper .bar-label .type,
.progress-bar-wrapper .bar-label .shipping {
    font-weight: bold;
}

.progress-bar {
    width: 100%;
    background-color: #f7f7f7;
    padding: 2px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.progress-bar-fill {
    display: block;
    height: 22px;
    border-radius: 2px;
    transition: width 500ms ease-in-out;
}

