.wrap-t-checklist {
    padding: 20px 0;
}

.t-checklist-item-wrap {
    padding: 15px 0;
    margin: 0;
}

.t-checklist-item-wrap label{
    color: black;
}

.t-checklist-pdf-button, .t-checklist-pdf-button span{
    display: inline-block;
}

.t-checklist-pdf-button span:before{
    content: ' ';
    background: url("../images/pdf.svg") no-repeat center center;
    display: inline-block;
    width: 20px;
    height: 21px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

.t-checklist-progress-bar-wrap {
    width: 100%;
    height: 30px;
    background-color: #c6c6c6;
    margin: 40px 0 30px 0;
}

.t-checklist-progress-bar {
    width: 10%;
    height: 30px;
    background-color: #4995cc;
    text-align: center;
    line-height: 30px;
    color: white;
}

.t-checklist-progress-bar.t-checklist-done {
    background-color: #3dac57;
}