$bar-height: 19px;

.aam-progress-bar {
    width: 100%;
    height: $bar-height;
    border-radius: 3px;
    background: #eee;

    span {
        display: block;
        border-radius: 3px;
        background: #88cd2a;
        height: $bar-height;
        width: 0;
    }
}

.aam-remove-row {
    color: #F00;
    font-weight: 700;
    text-decoration: none;
}

.aam-add-row {
    color: #0F0;
    font-weight: 700;
    text-decoration: none;
}