/* This is styling for progress bar element on tutorial carousel */

/* Progress bar frame styling */
.progressBarFrame {
    width:99%;
    height:8px;
    margin-top: 22px;
    border:1px solid #587c00;
    overflow:hidden; 
}

/* Progress bar styling */
.progressBarBody {
    width:8%;
    height:8px;
    border-right: 1px solid #587c00;
    background: #a8d601;
}

/* Progress bar label styling - not used */
.progressBarLabel {
    color: #000000;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    left: 25px;
    position: relative;
    top: -16px; 
}