button.button{background: #62b84b; color:#fff; cursor: pointer}
.wpjb .wpjb-button.grey:before{
    font-family: FontAwesome;
    content: "\f053";
    position: absolute;
    left: 10px;
    top: 1px;
    font-weight: normal;
}
.thanksmessage {
    font-size: 12px;
    font-weight: 700;
    margin: 20px 0 !important;
    display: inline-block;
    color: #3c3c3c;
}
.ib.button.primary.effect-5.add:before{
    font-family: FontAwesome;
    content: "\f067";
    /* position: absolute; */
    left: 10px;
    top: 1px;
    font-weight: normal;
    width: 40px;
    margin-right: 14px;
}
.ib.button.primary.effect-5.add:after{display: none}
a#wpjb_detail_close {
    background: #444 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
}