.wi {
    font-family: FontAwesome;
    font-style: normal;
}

.wi-wishlist-shared:before {
    content: "\f046"; /* fa-check-square-o */
}

.wi-wishlist-private:before {
    content: "\f096"; /* fa-square-o */
}

.wi-item-status-0:before {
    content: "\f096"; /* fa-square-o */
}

.wi-item-status-1:before {
    content: "\f110"; /* fa-spinner */
}

.wi-item-status-2:before {
    content: "\f046"; /* fa-check-square-o */
}

.ms-n5 {
    margin-left: -40px;
}