﻿.progress {
    margin-bottom: unset;
    margin-top: 2px;
}

.panel-group {
    margin-bottom: unset;
}

.panel-default .card-body {
    padding-bottom: 0px;
    padding-top: 7px;
}

    .panel-default .card-body:first-of-type {
        padding-top: 15px;
    }



    .panel-default .card-body:last-of-type {
        padding-bottom: 15px;
    }

.pannel-title + .progress {
    height: 30px;
}

    .pannel-title + .progress > .progress-bar {
        line-height: 30px;
        font-size: 15px;
    }

