.image-checklist li {
    background: url(../images/BulletPoint.png) no-repeat left center;
    background-size: 15px;
    padding-left: 25px; 
    list-style-position: inside;
}

.profileCompletness .list-group-item img.hand-blue,
.profileCompletness .list-group-item img.hand-red {
    width: 20px !important;
    height: auto !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
}

/* By default, the red hand is hidden */
.profileCompletness .list-group-item img.hand-red {
    display: none !important;
}

/* By default, the blue hand is shown */
.profileCompletness .list-group-item img.hand-blue {
    display: inline-block !important;
}

/* When the item is active, hide the blue hand */
.profileCompletness .list-group-item.active img.hand-blue {
    display: none !important;
}

/* When the item is active, show the red hand */
.profileCompletness .list-group-item.active img.hand-red {
    display: inline-block !important;
}