.my-progress-bar{
    display: flex;
    height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.percent-block{
    background: transparent;
    font-size: 0px;
    display: flex;
    justify-content:center;
    align-items: center;
}
.filled{
    text-align: center;
    background-color: #337ab7;
    font-size: 15px;
    color: #FFF;
}
.kit-choice{
    border-bottom:1px #00aa00 dashed;
    cursor: pointer;
}
