/* to hide the checkbox itself */
input[type=checkbox] + label:before {
    content: "\f096";
    letter-spacing: 5px;
    font-family: FontAwesome;
    display: inline-block;
    cursor: pointer;
}

input[type=checkbox]:checked + label:before {
    content: "\f046";
    letter-spacing: 5px;
    font-weight: normal;
}

input[type=checkbox] + label {
    font-weight: normal;
}

.aswv-collection-item {
    padding-top: 2px !important;
    padding-bottom: 0px !important;
}