﻿body {
}
#myProgress {
    width: 100%;
    background-color: #ddd;
    display: inline;
}

#myBar {
    width: 0%;
    height: 30px;
    background-color: #04AA6D;
    text-align: center;
    line-height: 30px;
    color: white;
    display: inline-flex;
}
.no-top-margin {
    margin-top: 0px;
    margin-left: 0px;
}
.div-style {
    padding:10px;
}
.full-width {
    width: 100%;
}
.width-30 {
    width: 30%;
}
.width-40 {
    width: 40%;
}
.right-align-text {
    text-align: right;
}
.width-133 {
    width: 133px;
}
.center-text {
    text-align: center;
}
.visibility-hidden{
    visibility:hidden;
}