@charset "UTF-8";
/* CSS Document */
div.bbpl_button_wrapper {
    float: right;
    margin-left: 10px;
}

a.bbpl_button span {
    text-decoration: none !important;
}

a.bbpl_button {
    padding: 2px 0 2px 24px;
    float: left;
    background: url('../img/thumbs_up_20_20.png') no-repeat;
    text-decoration: none !important;
}

a.bbpl_button.liked {
    opacity: 0.3;
}

a.bbpl_button.like-loading {
    background: url('../img/ajax-loader.gif') no-repeat;
}

span.bbpl_number {
    float: left;
    color: #093;
    font-size: 80%;
    padding: 4px 0;
}

.bbpl_button.liked span {
    margin-right: 5px;
}

.hide {
    display: none;
    opacity: 0;
}

.tooltip {
    display: none;
    background: #FFF;
    border: 1px solid #E4E4E4;
    font-size: 12px;
    padding: 0 5px;
    color: #666;
    margin-left: 5px;
}

span.who_liked {
    cursor: pointer;
}