.ajax-modal {
    max-width: 940px;
}

.checklist-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.checklist-description {
    font-size: 18px;
    line-height: 120%;
}

.modal .checklist-content {
    max-height: 500px;
    overflow-y: scroll;
}

.checklist-display h1 {
    padding-left: 27px;
}

.checklist-content li {
    background: url('../images/check.png') no-repeat 0 3px;
    padding-left: 25px;
    padding-bottom: 8px;
}
.checklist-display {
    padding-top: 360px;
    background: url('../images/clipboard.png') no-repeat 50% 30px;
    min-height: 1300px;
    line-height: 150%;
}   

.list-part > header {
    margin-bottom: 20px;
    margin-top: 10px;
}

.note {
    color: #999;
    font-size: 12px;
}

.checklist-content .grid-parent {
    padding: 0 65px;
}

.checklist-content {
    font-family: "proxRegular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.icon {
    float: left;
    padding-right: 20px;
    height: 47px;
}

.other-icon {
    padding-top: 10px
}

.checklist-content h2 {
    font-size: 19px;
    display: inline-block;
    width: 70%;
}

@media screen and (max-width: 767px) {
    
    .checklist-display {
        padding-top: 0px;
        background: none;
    }

    .checklist-display h1 {
        text-align: center;
        padding-left: 0;
    }

    .checklist-description {
        padding-right: 0;
        padding-left: 0;
    }

    .checklist-content .grid-parent {
        padding: 0 0;
    }

    .checklist-content h2 {
        width: auto;
    }

    .list-part {
        padding-right: 0;
        padding-left: 0;
    }

}