/* changes progress bar on users' catalog dashboard (css must be in the main catalog css) */
.DashboardProduct__ProgressBar {
    background:#ffffff;
    border:1px solid #4c4c4c;
    opacity:1.0;
    height:10px
}

.DashboardProduct__ProgressFill {
    height:100%;
    background-color:#F7941D;
    opacity:1.0;
    border-right:1px solid #4c4c4c
}   */
/* ************************************ */