/**
 * Tooltip on error
 */
.likebtn-im {
    display: inline;
    position: relative;
    text-decoration: none !important;
}
.likebtn-im:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 0;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
    min-width: 40px;
    font-size: 12px;
}
.likebtn-im:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 16px;
    position: absolute;
    z-index: 99;
}

.likebtn-wrapper * {
    background-attachment: scroll;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    border-width: 0;
    text-decoration: none;
    text-transform: none;
    direction: ltr;
    text-indent: 0;
    text-shadow: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /*line-height: 16px;*/
}
.likebtn-wrapper {
    cursor: default;
    line-height: 16px;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    text-indent: 0;
    position: relative;
}
.likebtn-button {
    line-height: inherit;
}
/* AddThis */
/* To prevent scrolling in Chrome when LikeBtn is embedded */
#_atssh {
    display: none;
}
/* Reset styles */
.likebtn-wrapper .lb-tt-m a {
    border: 0 !important;
}
/* like */
.lb-like,
.lb-dislike {
    background-color: #787869;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius:2px;
    color: #F2F2F2;
    display: inline-block;
    /*float: left;*/
    height: 19px;
    margin-right: 3px;
    overflow: visible;
    padding: 1px 0 1px 3px;
}
.lb-counter-clickable.lb-like,
.lb-counter-clickable.lb-dislike {
    cursor: pointer;
}
.lb-like .lb-a,
.lb-dislike .lb-a {
    display: inline-block;
    color: #787869;
    /*float: left;*/
    overflow: visible;
    position: relative;
    text-decoration: none;
    outline: none;
    /*vertical-align: middle;*/
    top: 1px;
}
.lb-like-label,
.lb-dislike-label {
    color: #DDDDDD;
    cursor: pointer;
    /*float: left;*/
    padding: 0 6px 0 1px;
    position: relative;
    /*top: 1px;*/
    vertical-align: middle;
}
/*.lb-like .lb-a:hover .lb-like-label,
.lb-dislike .lb-a:hover .lb-dislike-label {
    color: white;
}*/
.lb-like-icon,
.lb-dislike-icon {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    margin-right: 2px;
    width: 16px;
    vertical-align: middle;
}
.lb-voted .lb-like-icon,
.lb-voted .lb-a:hover .lb-like-icon,
.lb-style-gray .lb-voted .lb-like-icon,
.lb-style-gray .lb-voted .lb-a:hover .lb-like-icon,
.lb-style-white .lb-voted .lb-like-icon,
.lb-style-white .lb-voted .lb-a:hover .lb-like-icon,
.lb-style-black .lb-voted .lb-like-icon,
.lb-style-black .lb-voted .lb-a:hover .lb-like-icon,
.lb-style-padded .lb-voted .lb-like-icon,
.lb-style-padded .lb-voted .lb-a:hover .lb-like-icon,
.lb-style-drop .lb-voted .lb-like-icon,
.lb-style-drop .lb-voted .lb-a:hover .lb-like-icon,
.lb-style-lightgray .lb-voted .lb-like-icon,
.lb-style-lightgray .lb-voted .lb-a:hover .lb-like-icon,
.lb-style-transparent .lb-voted .lb-like-icon,
.lb-style-transparent .lb-voted .lb-a:hover .lb-like-icon {
    background-image: url(e2e869ed0e30a121088ede8b81719356f7aa3b4e.) ;
    background-position: center center;
    background-repeat: no-repeat;
}
.lb-voted .lb-dislike-icon,
.lb-voted .lb-a:hover .lb-dislike-icon,
.lb-style-gray .lb-voted .lb-dislike-icon,
.lb-style-gray .lb-voted .lb-a:hover .lb-dislike-icon,
.lb-style-white .lb-voted .lb-dislike-icon,
.lb-style-white .lb-voted .lb-a:hover .lb-dislike-icon,
.lb-style-black .lb-voted .lb-dislike-icon,
.lb-style-black .lb-voted .lb-a:hover .lb-dislike-icon,
.lb-style-padded .lb-voted .lb-dislike-icon,
.lb-style-padded .lb-voted .lb-a:hover .lb-dislike-icon,
.lb-style-drop .lb-voted .lb-dislike-icon,
.lb-style-drop .lb-voted .lb-a:hover .lb-dislike-icon,
.lb-style-lightgray .lb-voted .lb-dislike-icon,
.lb-style-lightgray .lb-voted .lb-a:hover .lb-dislike-icon,
.lb-style-transparent .lb-voted .lb-dislike-icon,
.lb-style-transparent .lb-voted .lb-a:hover .lb-dislike-icon {
    background-image: url(35eff34a6258a78745f113395f6b9172ad6bc983.) ;
    background-position: center center;
    background-repeat: no-repeat;
}
.lb-count {
    border-left: 1px solid darkgray;
    display: inline-block;
    font-weight: normal;
    height: 16px;
    padding: 0 7px 0 6px;
    position: relative;
    top: 1px;
    vertical-align: middle;
}
.lb-counter-type-single-number .lb-count {
    left: 100%;
    position: absolute;
}
.lb-hidden {
    display: none;
}

/* Custom Style */
.lb-style-custom .lb-like,
.lb-style-custom .lb-dislike {
    background-color: #fafafa;
    border: 1px solid #C6C6C6;
    color: #555555;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4px;
}
.lb-style-custom .lb-like-label,
.lb-style-custom .lb-dislike-label {
    color: #555555;
    /*vertical-align: baseline;*/
}
.lb-style-custom .lb-voted .lb-a:hover .lb-like-label,
.lb-style-custom .lb-voted .lb-a:hover .lb-dislike-label {
    font-family: Arial,sans-serif;
    font-weight: bold;
}
.lb-style-custom .lb-count {
    border-left: 0;
    color: black;
    height: auto;
    top: 0;
    font-family: Arial,sans-serif;
    /*vertical-align: baseline;*/
    padding-left: 2px;
    padding-right: 6px;
}
.lb-style-custom .lb-like-icon,
.lb-style-custom .lb-dislike-icon {
    height: auto;
    width: auto;
    vertical-align: middle;
    font-size: 14px;
    /*position: relative;
    top: 1px;*/
}
.lb-style-custom .lb-like-icon,
.lb-style-custom .lb-dislike-icon,
.lb-style-custom .lb-a:hover .lb-like-iconn,
.lb-style-custom .lb-a:hover .lb-dislike-icon {
    background-image: none;
}
.lb-style-custom .lb-voted .lb-a:hover .lb-like-icon,
.lb-style-custom .lb-voted .lb-a:hover .lb-dislike-icon {
    background-image: none;
}
.lb-style-custom .lb-like .lb-a,
.lb-style-custom .lb-dislike .lb-a {
    line-height: inherit;
    top: 0;
}
/*.lb-style-custom .lb-a:hover .lb-fi,
.lb-style-custom .lb-a:hover .likebtn-label,
.lb-style-custom .lb-voted .lb-a .lb-fi,
.lb-style-custom .lb-voted .likebtn-label {
    filter: brightness(0.7);
    -webkit-filter: brightness(70%);
}*/
.lb-style-custom .lb-a:hover .lb-fi,
.lb-style-custom .lb-voted .lb-a .lb-fi {
    color: #fbae05;
}
.lb-style-custom .lb-a:hover .likebtn-label,
.lb-style-custom .lb-voted .likebtn-label {
    color: #3b3b3b;
}

.lb-style-custom img.likebtn-icon {
    margin: 0 !important;
    display: inline-block !important;
}
.lb-style-custom img.lb-icon-v {
    display: none !important;
}
.lb-style-custom .lb-a:hover img.likebtn-icon,
.lb-style-custom .lb-voted img.likebtn-icon {
    display: none !important;
}
.lb-style-custom .likebtn-icon {
    line-height: inherit;
}
.lb-style-custom .lb-a:hover img.lb-icon-v,
.lb-style-custom .lb-voted img.lb-icon-v {
    display: inline-block !important;
}

/* styles */

/* gray */
.lb-style-gray .lb-like,
.lb-style-gray .lb-dislike {
    background-color: #787869;
    border: 1px solid darkgray;
    color: #F2F2F2;
}
.lb-style-gray .lb-like-label,
.lb-style-gray .lb-dislike-label {
    color: #DDDDDD;
}
.lb-style-gray .lb-voted .lb-a:hover .lb-like-label,
.lb-style-gray .lb-voted .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-gray .lb-count {
    border-left: 1px solid darkgray;
    color: #F2F2F2;
}
.lb-style-gray .lb-like-icon {
    background-image: url(326282de5a1bce6100986ee83d4fc55ed535be7c.) ;
}
.lb-style-gray .lb-dislike-icon {
    background-image: url(a1485e737457d3757893698a3e8d3510fee1b9af.) ;
}
.lb-style-gray .lb-a:hover .lb-like-icon {
    background-image: url(7039f370371afb325e9217bb02658582618f81fd.) ;
}
.lb-style-gray .lb-a:hover .lb-dislike-icon {
    background-image: url(6ef9167a4b41fc72ca2ac5c6b78b47a1c991ea43.) ;
}
.lb-style-gray .lb-like .lb-a:hover .lb-like-label,
.lb-style-gray .lb-dislike .lb-a:hover .lb-dislike-label {
    color: white;
}
.lb-style-gray .lb-like.lb-voted .lb-a:hover .lb-like-label,
.lb-style-gray .lb-dislike.lb-voted .lb-a:hover .lb-dislike-label {
    color: #DDDDDD;
}

/* lightgray */
.lb-style-lightgray .lb-like,
.lb-style-lightgray .lb-dislike {
    background-color: #DDDDDD;
    border: 1px solid darkgray;
    color: #F2F2F2;
}
.lb-style-lightgray .lb-like-label,
.lb-style-lightgray .lb-dislike-label {
    color: black;
}
.lb-style-lightgray .lb-voted .lb-a:hover .lb-like-label,
.lb-style-lightgray .lb-voted .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-lightgray .lb-count {
    border-left: 1px solid darkgray;
    color: black;
}
.lb-style-lightgray .lb-like-icon {
    background-image: url(03c5955fa72d777f3805651f8ade1adfa77b3a4f.) ;
}
.lb-style-lightgray .lb-dislike-icon {
    background-image: url(4099840956b569403d2342db14631897c89ce2bd.) ;
}
.lb-style-lightgray .lb-a:hover .lb-like-icon {
    background-image: url(3fee4fa9fc358c100a99661b38fcebc38274ea40.) ;
}
.lb-style-lightgray .lb-a:hover .lb-dislike-icon {
    background-image: url(ab99866ff673e862df5dfbdd8304f2ab517db925.) ;
}
.lb-style-lightgray .lb-a:hover .lb-like-label,
.lb-style-lightgray .lb-a:hover .lb-dislike-label {
    color: #787869;
}
/* white */
.lb-style-white .lb-like,
.lb-style-white .lb-dislike,
.lb-style-padded .lb-like,
.lb-style-padded .lb-dislike,
.lb-style-drop .lb-like,
.lb-style-drop .lb-dislike {
    background-color: #fafafa;
    border: 1px solid #C6C6C6;
    color: #555555;
}
.lb-style-white .lb-like-label,
.lb-style-white .lb-dislike-label,
.lb-style-padded .lb-like-label,
.lb-style-padded .lb-dislike-label,
.lb-style-drop .lb-like-label,
.lb-style-drop .lb-dislike-label {
    color: #555555;
}
.lb-style-white .lb-voted .lb-a:hover .lb-like-label,
.lb-style-white .lb-voted .lb-a:hover .lb-dislike-label,
.lb-style-padded .lb-voted .lb-a:hover .lb-like-label,
.lb-style-padded .lb-voted .lb-a:hover .lb-dislike-label,
.lb-style-drop .lb-voted .lb-a:hover .lb-like-label,
.lb-style-drop .lb-voted .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-white .lb-count,
.lb-style-padded .lb-count,
.lb-style-drop .lb-count {
    border-left: 1px solid #C6C6C6;
    color: black;
}
.lb-style-white .lb-like-icon,
.lb-style-padded .lb-like-icon,
.lb-style-drop .lb-like-icon {
    background-image: url(3fee4fa9fc358c100a99661b38fcebc38274ea40.) ;
    background-position: center center;
    background-repeat: no-repeat;
}
.lb-style-white .lb-dislike-icon,
.lb-style-padded .lb-dislike-icon,
.lb-style-drop .lb-dislike-icon {
    background-image: url(ab99866ff673e862df5dfbdd8304f2ab517db925.) ;
    background-position: center center;
    background-repeat: no-repeat;
}
.lb-style-white .lb-a:hover .lb-like-icon,
.lb-style-padded .lb-a:hover .lb-like-icon,
.lb-style-drop .lb-a:hover .lb-like-icon {
    background-image: url(03c5955fa72d777f3805651f8ade1adfa77b3a4f.) ;
}
.lb-style-white .lb-a:hover .lb-dislike-icon,
.lb-style-padded .lb-a:hover .lb-dislike-icon,
.lb-style-drop .lb-a:hover .lb-dislike-icon {
    background-image: url(4099840956b569403d2342db14631897c89ce2bd.) ;
}
.lb-style-white .lb-a:hover .lb-like-label,
.lb-style-white .lb-a:hover .lb-dislike-label,
.lb-style-padded .lb-a:hover .lb-like-label,
.lb-style-padded .lb-a:hover .lb-dislike-label,
.lb-style-drop .lb-a:hover .lb-like-label,
.lb-style-drop .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-white.lb-counter-type-single-number .lb-count,
.lb-style-lightgray.lb-counter-type-single-number .lb-count,
.lb-style-gray.lb-counter-type-single-number .lb-count,
.lb-style-black.lb-counter-type-single-number .lb-count {
    line-height: 21px;
    border-left: none;
}

/* black */
.lb-style-black .lb-like,
.lb-style-black .lb-dislike {
    background-color: black;
    color: #F2F2F2;
}
.lb-style-black .lb-voted .lb-a:hover .lb-like-label,
.lb-style-black .lb-voted .lb-a:hover .lb-dislike-label {
    color: #DDDDDD;
}
.lb-style-black .lb-like-icon {
    background-image: url(eec47fd88fc0db0f2749cfe6fd576bea8c5528fd.) ;
}
.lb-style-black .lb-dislike-icon {
    background-image: url(5942df924f3d5a450511e4f44e7f03a5bec4f31f.) ;
}
.lb-style-black .lb-a:hover .lb-like-icon,
.lb-style-github .lb-like-icon,
.lb-style-github .lb-voted .lb-like-icon,
.lb-style-github .lb-like .lb-a:hover .lb-like-icon {
    background-image: url(7039f370371afb325e9217bb02658582618f81fd.) ;
}
.lb-style-black .lb-a:hover .lb-dislike-icon,
.lb-style-github .lb-dislike-icon,
.lb-style-github .lb-voted .lb-dislike-icon,
.lb-style-github .lb-dislike .lb-a:hover .lb-dislike-icon {
    background-image: url(6ef9167a4b41fc72ca2ac5c6b78b47a1c991ea43.) ;
}
.lb-style-black .lb-like .lb-a:hover .lb-like-label,
.lb-style-black .lb-dislike .lb-a:hover .lb-dislike-label {
    color: white;
}

/* padded */
.lb-style-padded .lb-like,
.lb-style-padded .lb-dislike,
.lb-style-drop .lb-like,
.lb-style-drop .lb-dislike {
    height: 34px;
    padding-right: 7px;
}
.lb-style-padded .lb-like-icon,
.lb-style-padded .lb-like-label,
.lb-style-padded .lb-dislike-icon,
.lb-style-padded .lb-dislike-label,
.lb-style-drop .lb-like-icon,
.lb-style-drop .lb-like-label,
.lb-style-drop .lb-dislike-icon,
.lb-style-drop .lb-dislike-label {
    padding-top: 9px;
    padding-bottom: 9px;
}
.lb-style-padded .lb-like-icon,
.lb-style-padded .lb-dislike-icon,
.lb-style-drop .lb-like-icon,
.lb-style-drop .lb-dislike-icon {
    padding-left: 8px;
    background-position: right center;
}
.lb-style-padded .lb-voted .lb-like-icon,
.lb-style-padded .lb-voted .lb-a:hover .lb-like-icon,
.lb-style-padded .lb-voted .lb-dislike-icon,
.lb-style-padded .lb-voted .lb-a:hover .lb-dislike-icon,
.lb-style-drop .lb-voted .lb-like-icon,
.lb-style-drop .lb-voted .lb-a:hover .lb-like-icon,
.lb-style-drop .lb-voted .lb-dislike-icon,
.lb-style-drop .lb-voted .lb-a:hover .lb-dislike-icon {
    background-position: right center;
}
.lb-style-padded.lb-counter-type-single-number .lb-count {
    line-height: 36px;
    border-left: none;
}

/* drop */
.lb-style-drop .lb-like {
    border: 0px solid;
    border-radius: 20px 20px 0 20px;
    margin-right: 24px;
}
.lb-style-drop .lb-dislike {
    border: 0px solid;
	border-radius: 20px 20px 20px 0;
}
.lb-style-drop .lb-like,
.lb-style-drop .lb-dislike {
    cursor: pointer;
    box-shadow: 0 4px 9px #999999;
    background-color:#f5f5f5;
    background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:linear-gradient(bottom, #ffffff, #e6e6e6);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}
.lb-style-drop .lb-like:hover,
.lb-style-drop .lb-dislike:hover {
    box-shadow: 0 3px 6px #cccccc;
}
.likebtn-wrapper.lb-style-drop {
    margin: 12px;
}
.likebtn-wrapper.lb-style-drop * {
    color: #666666;
    font-family: Candara, Tahoma, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 1px #eeeeee;
}
.lb-style-drop.lb-counter-type-single-number .lb-count {
    line-height: 31px;
    border-left: none;
}

/* line */
.lb-style-line .lb-like,
.lb-style-line .lb-dislike {
    /*background-image: linear-gradient(to bottom, #FAFAFA 0px, #DCDCDC 100%);*/
    background-color: #E0E0E0;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#FAFAFA),to(#DCDCDC));
    background-image: -moz-linear-gradient(center top , #FAFAFA, #DCDCDC);
    background-image:-o-linear-gradient(top,#FAFAFA,#DCDCDC);
    background-image:-ms-linear-gradient(top,#FAFAFA,#DCDCDC);
    background-image:linear-gradient(top,#FAFAFA,#DCDCDC);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFDCDCDC', GradientType=0);
    color: #333333;
    text-shadow: 0 1px 0 #FFFFFF;
    font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #FFFFFF inset;
}
.lb-style-line .lb-like-label,
.lb-style-line .lb-dislike-label {
    color: #333333;
    text-shadow: 0 1px 0 #FFFFFF;
    font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}
.lb-style-line .lb-a:hover .lb-like-label,
.lb-style-line .lb-voted .lb-like-label,
.lb-style-line .lb-voted .lb-a:hover .lb-like-label {
    color: #87A253;
}
.lb-style-line .lb-a:hover .lb-dislike-label,
.lb-style-line .lb-voted .lb-dislike-label,
.lb-style-line .lb-voted .lb-a:hover .lb-dislike-label {
    color: #C94143;
}
.lb-style-line .lb-like-icon,
.lb-style-line .lb-dislike-icon {
    margin-right: 3px;
}
.lb-style-line .lb-like-icon {
    background-image: url(31e3f14c6364d3ecfcaffc29c90528ca7f6375b4.) ;
}
.lb-style-line .lb-dislike-icon {
    background-image: url(668cdb8e07f5885ca8b2e8c5a1a7400066f555c9.) ;
}
.lb-style-line .lb-a:hover .lb-like-icon,
.lb-style-line .lb-voted .lb-like-icon,
.lb-style-line .lb-voted .lb-a:hover .lb-like-icon {
    background-image: url(01e6faa599d77682e10dea8d1ac591ef76cee3bd.) ;
}
.lb-style-line .lb-a:hover .lb-dislike-icon,
.lb-style-line .lb-voted .lb-dislike-icon,
.lb-style-line .lb-voted .lb-a:hover .lb-dislike-icon {
    background-image: url(872a65f41c9cadb36c7a8c33b6f590c82d16e092.) ;
}
.lb-style-line.lb-counter-type-single-number .lb-count {
    line-height: 21px;
    border-left: none;
}

/* transparent */
.lb-style-transparent .lb-like,
.lb-style-transparent .lb-dislike {
    background-color: transparent;
    color: #555555;
}
.lb-style-transparent .lb-like-label,
.lb-style-transparent .lb-dislike-label {
    color: #555555;
}
.lb-style-transparent .lb-a:hover .lb-like-label,
.lb-style-transparent .lb-a:hover .lb-dislike-label,
.lb-style-transparent .lb-voted .lb-like-label,
.lb-style-transparent .lb-voted .lb-dislike-label,
.lb-style-transparent .lb-voted .lb-a:hover .lb-like-label,
.lb-style-transparent .lb-voted .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-transparent .lb-like-icon {
    background-image: url(0e10418a4357c026c68703716defc70eb7357aae.) ;
}
.lb-style-transparent .lb-dislike-icon {
    background-image: url(ab99866ff673e862df5dfbdd8304f2ab517db925.) ;
}
.lb-style-transparent .lb-a:hover .lb-like-icon {
    background-image: url(03c5955fa72d777f3805651f8ade1adfa77b3a4f.) ;
}
.lb-style-transparent .lb-a:hover .lb-dislike-icon {
    background-image: url(4099840956b569403d2342db14631897c89ce2bd.) ;
}
.lb-style-transparent .lb-count {
    border-left: 0;
    padding: 0;
}
.lb-style-transparent.lb-counter-type-single-number .lb-count {
    line-height: 19px;
}

/* youtube */
.lb-style-youtube .lb-count {
    line-height: 16px;
}
.likebtn-wrapper.lb-style-youtube {
    line-height: 19px;
}
.lb-style-youtube .lb-like-icon,
.lb-style-youtube .lb-dislike-icon {
    height: 19px;
    width: 19px;
}
.lb-style-youtube .lb-like,
.lb-style-youtube .lb-dislike {
    background-color: transparent;
    color: #555555;
    height: 23px;
}
.lb-style-youtube .lb-like-label,
.lb-style-youtube .lb-dislike-label {
    color: #555555;
}
.lb-style-youtube .lb-a:hover .lb-like-label,
.lb-style-youtube .lb-a:hover .lb-dislike-label,
.lb-style-youtube .lb-voted .lb-like-label,
.lb-style-youtube .lb-voted .lb-dislike-label,
.lb-style-youtube .lb-voted .lb-a:hover .lb-like-label,
.lb-style-youtube .lb-voted .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-youtube .lb-like-icon {
    background-image: url(97364bab4e510de4c281353a93a8dfc304b6417e.) ;
}
.lb-style-youtube .lb-dislike-icon {
    background-image: url(07b1979836184f5f29a23ccdc9efc8cae2ff0f9c.) ;
}
.lb-style-youtube .lb-a:hover .lb-like-icon {
    background-image: url(b02d7ecf223ce40ab3cc08c6c3a7317816a88486.) ;
}
.lb-style-youtube .lb-a:hover .lb-dislike-icon {
    background-image: url(c9793f09de629184b4a1120f728dfa1696967d48.) ;
}
.lb-style-youtube .lb-voted .lb-like-icon,
.lb-style-youtube .lb-voted .lb-a:hover .lb-like-icon {
    background-image: url(bfa9856f97fa24836c89ffaff6756275f37057c1.) ;
}
.lb-style-youtube .lb-voted .lb-dislike-icon,
.lb-style-youtube .lb-voted .lb-a:hover .lb-dislike-icon {
    background-image: url(6f2950d40a1c074a9badb3db639001dd690d079f.) ;
}
.lb-style-youtube .lb-count {
    border-left: 0;
    padding: 0;
}
.lb-style-youtube.lb-counter-type-single-number .lb-count {
    line-height: 23px;
}

/* habr */
.lb-style-habr .lb-like,
.lb-style-habr .lb-dislike {
    background-color: transparent;
    color: #555555;
}
.lb-style-habr .lb-count {
    border-left: 0;
    font-weight: bold;
    padding: 0 3px 0 3px;
}
.lb-style-habr .lb-like .lb-count {
    color: green;
}
.lb-style-habr .lb-dislike .lb-count {
    color: red;
}
.lb-style-habr .lb-like-icon,
.lb-style-habr .lb-dislike-icon {
    height: 15px;
    width: 11px;
}
.lb-style-habr .lb-like-label,
.lb-style-habr .lb-dislike-label {
    color: #555555;
    padding: 0;
}
.lb-style-habr .lb-a:hover .lb-like-label,
.lb-style-habr .lb-a:hover .lb-dislike-label,
.lb-style-habr .lb-voted .lb-like-label,
.lb-style-habr .lb-voted .lb-dislike-label,
.lb-style-habr .lb-voted .lb-a:hover .lb-like-label,
.lb-style-habr .lb-voted .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-habr .lb-like-icon {
    background-image: url(0899edd07fcfe38bf9dd7ca8239ccc6ece0eaf7b.) ;
}
.lb-style-habr .lb-a:hover .lb-like-icon,
.lb-style-habr .lb-voted .lb-like-icon,
.lb-style-habr .lb-voted .lb-a:hover .lb-like-icon {
    background-image: url(1e1a05cf8f73835bf97fa441e399d57f21a7ce08.) ;
}
.lb-style-habr .lb-dislike-icon {
    background-image: url(dc741bb187048676cb23a35544f5fec651a7653f.) ;
}
.lb-style-habr .lb-a:hover .lb-dislike-icon,
.lb-style-habr .lb-voted .lb-dislike-icon,
.lb-style-habr .lb-voted .lb-a:hover .lb-dislike-icon {
    background-image: url(115082536cf1180d8d8929fddd7e37311be0375e.) ;
}
.lb-style-habr.lb-counter-type-single-number .lb-count {
    line-height: 19px;
}

/* heartcross */
.lb-style-heartcross .lb-count {
    height: 24px;
}
.likebtn-wrapper.lb-style-heartcross {
    line-height: 24px;
}
.lb-style-heartcross .lb-like-icon,
.lb-style-heartcross .lb-dislike-icon {
    height: 24px;
    width: 24px;
}
.lb-style-heartcross .lb-like,
.lb-style-heartcross .lb-dislike {
    background-color: transparent;
    color: #555555;
    height: 26px;
}
.lb-style-heartcross .lb-like-label,
.lb-style-heartcross .lb-dislike-label {
    color: #555555;
}
.lb-style-heartcross .lb-a:hover .lb-like-label,
.lb-style-heartcross .lb-a:hover .lb-dislike-label,
.lb-style-heartcross .lb-voted .lb-like-label,
.lb-style-heartcross .lb-voted .lb-dislike-label,
.lb-style-heartcross .lb-voted .lb-a:hover .lb-like-label,
.lb-style-heartcross .lb-voted .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-heartcross .lb-like-icon {
    background-image: url(e9859cc25c26a18ab405995f7dc66746918c146f.) ;
}
.lb-style-heartcross .lb-a:hover .lb-like-icon {
    background-image: url(6509fbff44b2ce500408cd7f561384efa0a9676c.) ;
}
.lb-style-heartcross .lb-voted .lb-like-icon,
.lb-style-heartcross .lb-voted .lb-a:hover .lb-like-icon {
    background-image: url(afcfbeb1bbcff68c6141c51b00eff3962e1c22d0.) ;
}
.lb-style-heartcross .lb-dislike-icon {
    background-image: url(b41b455b7a7beb076114cf1876f1d347338c8d45.) ;
}
.lb-style-heartcross .lb-a:hover .lb-dislike-icon {
    background-image: url(23a4ea0a4b828696d7ea93a2246fc1f39803ecfe.) ;
}
.lb-style-heartcross .lb-voted .lb-dislike-icon,
.lb-style-heartcross .lb-voted .lb-a:hover .lb-dislike-icon {
    background-image: url(ce9c21df2eed2d690798586ffaf26029f5f153e1.) ;
}
.lb-style-heartcross .lb-count {
    border-left: 0;
    padding: 0;
}
.lb-style-heartcross.lb-counter-type-single-number .lb-count {
    line-height: 29px;
}

/* plusminus */
.lb-style-plusminus .lb-like,
.lb-style-plusminus .lb-dislike {
    background-color: transparent;
    color: #555555;
}
.lb-style-plusminus .lb-like-label,
.lb-style-plusminus .lb-dislike-label {
    color: #555555;
}
.lb-style-plusminus .lb-a:hover .lb-like-label,
.lb-style-plusminus .lb-a:hover .lb-dislike-label,
.lb-style-plusminus .lb-voted .lb-like-label,
.lb-style-plusminus .lb-voted .lb-dislike-label,
.lb-style-plusminus .lb-voted .lb-a:hover .lb-like-label,
.lb-style-plusminus .lb-voted .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-plusminus .lb-like-icon {
    background-image: url(852398dca388740396e00d511e78c6c8aea1912c.) ;
}
.lb-style-plusminus .lb-a:hover .lb-like-icon {
    background-image: url(2fd9bf8ced0f9073c47c4d349373bded2308266e.) ;
}
.lb-style-plusminus .lb-voted .lb-like-icon,
.lb-style-plusminus .lb-voted .lb-a:hover .lb-like-icon {
    background-image: url(c8555e59cbb140543566f121a6019c1e12b572d9.) ;
}
.lb-style-plusminus .lb-dislike-icon {
    background-image: url(4d59a6ea8ada6106b01a669e1bae9077be5bfe09.) ;
}
.lb-style-plusminus .lb-a:hover .lb-dislike-icon {
    background-image: url(39f7b01aea98b80ebae808a591bb1d7bcf054578.) ;
}
.lb-style-plusminus .lb-voted .lb-dislike-icon,
.lb-style-plusminus .lb-voted .lb-a:hover .lb-dislike-icon {
    background-image: url(e81973d425a3ccc115a1c812795209b940c33539.) ;
}
.lb-style-plusminus .lb-count {
    border-left: 0;
    padding: 0;
}
.lb-style-plusminus.lb-counter-type-single-number .lb-count {
    line-height: 24px;
}

/* google */
.lb-style-google .lb-count {
    height: 27px;
    border-left: 0;
    padding: 0 2px 0 4px;
    font-size: 13px;
    top: 0;
}
.likebtn-wrapper.lb-style-google {
    line-height: 27px;
}
.lb-style-google .lb-like,
.lb-style-google .lb-dislike{
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px 2px 2px 2px;
    color: #666666;
    height: 27px;
    padding: 0 7px 0 8px;
}
.lb-style-google .lb-like:hover,
.lb-style-google .lb-dislike:hover {
    background-color: #F8F8F8;
    border: 1px solid #C6C6C6;
    color: #333333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius:2px;
    height: 27px;
}
.lb-style-google .lb-voted.lb-like,
.lb-style-google .lb-voted.lb-dislike {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #333333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius:2px;
    height: 27px;
}
.lb-style-google .lb-a {
    line-height: 27px;
    top: 0;
}
.lb-style-google .lb-a span {
    vertical-align: middle;
}
.lb-style-google .lb-like-label,
.lb-style-google .lb-dislike-label {
    color: #555555;
}
.lb-style-google .lb-a:hover .lb-like-label,
.lb-style-google .lb-a:hover .lb-dislike-label,
.lb-style-google .lb-voted .lb-like-label,
.lb-style-google .lb-voted .lb-dislike-label,
.lb-style-google .lb-voted .lb-a:hover .lb-like-label,
.lb-style-google .lb-voted .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-google .lb-like-icon,
.lb-style-google .lb-a:hover .lb-like-icon,
.lb-style-google .lb-voted .lb-like-icon,
.lb-style-google .lb-voted .lb-a:hover .lb-like-icon {
    background-image: url(c28e1484489d8947cde3f78817601d7f72b29cf5.) ;
    opacity: 0.66;
    filter: alpha(opacity=66);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
}
.lb-style-google .lb-a:hover .lb-like-icon,
.lb-style-google .lb-voted .lb-like-icon,
.lb-style-google .lb-voted .lb-a:hover .lb-like-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.lb-style-google .lb-dislike-icon,
.lb-style-google .lb-a:hover .lb-dislike-icon,
.lb-style-google .lb-voted .lb-dislike-icon,
.lb-style-google .lb-voted .lb-a:hover .lb-dislike-icon {
    background-image: url(3983b7e0fda4d534149f29c9e103c5dc78060d69.) ;
   opacity: 0.66;
    filter: alpha(opacity=66);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
}
.lb-style-google .lb-a:hover .lb-dislike-icon,
.lb-style-google .lb-voted .lb-dislike-icon,
.lb-style-google .lb-voted .lb-a:hover .lb-dislike-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.lb-style-google.lb-counter-type-single-number .lb-count {
    line-height: 30px;
    padding-left: 0;
}

/* greenred */
.lb-style-greenred .lb-count {
    height: 24px;
}
.likebtn-wrapper.lb-style-greenred {
    line-height: 24px;
}
.lb-style-greenred .lb-like-icon,
.lb-style-greenred .lb-dislike-icon {
    height: 24px;
    width: 24px;
}
.lb-style-greenred .lb-like,
.lb-style-greenred .lb-dislike {
    background-color: transparent;
    color: #555555;
    height: 26px;
}
.lb-style-greenred .lb-like-label,
.lb-style-greenred .lb-dislike-label {
    color: #555555;
}
.lb-style-greenred .lb-a:hover .lb-like-label,
.lb-style-greenred .lb-a:hover .lb-dislike-label,
.lb-style-greenred .lb-voted .lb-like-label,
.lb-style-greenred .lb-voted .lb-dislike-label,
.lb-style-greenred .lb-voted .lb-a:hover .lb-like-label,
.lb-style-greenred .lb-voted .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-greenred .lb-like-icon {
    background-image: url(3664dd8266ddd0036fa4a248099004bee4572aac.) ;
}
.lb-style-greenred .lb-a:hover .lb-like-icon,
.lb-style-greenred .lb-voted .lb-like-icon,
.lb-style-greenred .lb-voted .lb-a:hover .lb-like-icon {
    background-image: url(8bf7a079f99ca6f5984f68ef664274c6c365ec47.) ;
}
.lb-style-greenred .lb-dislike-icon {
    background-image: url(800941e1ab939b09113936b6437bbc241b3d43c1.) ;
}
.lb-style-greenred .lb-a:hover .lb-dislike-icon,
.lb-style-greenred .lb-voted .lb-dislike-icon,
.lb-style-greenred .lb-voted .lb-a:hover .lb-dislike-icon {
    background-image: url(05d2524482e15cf2460b96a4c080ac15367e3ecf.) ;
}
.lb-style-greenred .lb-count {
    border-left: 0;
    padding: 0;
}
.lb-style-greenred.lb-counter-type-single-number .lb-count {
    line-height: 26px;
}

/* large */
.likebtn-wrapper.lb-style-large {
    line-height: 64px;
}
.lb-style-large .lb-a,
.lb-style-large .lb-count {
    height: 64px;
}
.lb-style-large .lb-count {
    vertical-align: middle;
    font-size: 32px;
    line-height: 67px;
    border-left: 0;
}
.lb-style-large .lb-like-icon,
.lb-style-large .lb-dislike-icon {
    height: 64px;
    width: 64px;
}
.lb-style-large .lb-like,
.lb-style-large .lb-dislike {
    background-color: transparent;
    color: #555555;
    height: 66px;
}
.lb-style-large .lb-like-label,
.lb-style-large .lb-dislike-label {
    color: #555555;
    font-size: 32px;
    vertical-align: middle;
    padding: 0 6px 0 2px;
}
.lb-style-large .lb-a:hover .lb-like-label,
.lb-style-large .lb-a:hover .lb-dislike-label,
.lb-style-large .lb-voted .lb-like-label,
.lb-style-large .lb-voted .lb-dislike-label,
.lb-style-large .lb-voted .lb-a:hover .lb-like-label,
.lb-style-large .lb-voted .lb-a:hover .lb-dislike-label {
    color: black;
}
.lb-style-large .lb-tt {
    line-height: 16px;
}
.lb-style-large .lb-like-icon,
.lb-style-large .lb-a:hover .lb-like-icon,
.lb-style-large .lb-voted .lb-like-icon,
.lb-style-large .lb-voted .lb-a:hover .lb-like-icon {
    background-image: url(53d99cfe2c4c5104f5de981583ed1b6403da0968.) ;
    opacity: 0.66;
    filter: alpha(opacity=66);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
}
.lb-style-large .lb-a:hover .lb-like-icon,
.lb-style-large .lb-voted .lb-like-icon,
.lb-style-large .lb-voted .lb-a:hover .lb-like-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.lb-style-large .lb-dislike-icon,
.lb-style-large .lb-a:hover .lb-dislike-icon,
.lb-style-large .lb-voted .lb-dislike-icon,
.lb-style-large .lb-voted .lb-a:hover .lb-dislike-icon {
    background-image: url(33212c7f8411a22b33ee2cf23209813605650ecf.) ;
    opacity: 0.66;
    filter: alpha(opacity=66);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
}
.lb-style-large .lb-a:hover .lb-dislike-icon,
.lb-style-large .lb-voted .lb-dislike-icon,
.lb-style-large .lb-voted .lb-a:hover .lb-dislike-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* github */
.lb-style-github * {
    font: bold 11px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-rendering: optimizelegibility;
}
.lb-style-github .lb-like,
.lb-style-github .lb-dislike {
    background: none;
    border: 0;
    padding: 0;
    margin-right: 5px;
}
.lb-style-github .lb-a  {
    border-radius: 3px 3px 3px 3px;
    border-color: #518CC6 #518CC6 #2A65A0;
    background-color: #518CC6;
    background-image: linear-gradient(#599BDC, #3072B3);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#599BDC),to(#3072B3));
    background-image: -moz-linear-gradient(center top , #599BDC, #3072B3);
    background-image:-o-linear-gradient(top,#599BDC,#3072B3);
    background-image:-ms-linear-gradient(top,#599BDC,#3072B3);
    background-image:linear-gradient(top,#599BDC,#3072B3);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 1px 0 1px 3px;
}

.lb-style-github .lb-like-label,
.lb-style-github .lb-dislike-label,
.lb-style-github .lb-a:hover .lb-like-label,
.lb-style-github .lb-voted .lb-like-label,
.lb-style-github .lb-voted .lb-a:hover .lb-like-label,
.lb-style-github .lb-a:hover .lb-dislike-label,
.lb-style-github .lb-voted .lb-dislike-label,
.lb-style-github .lb-voted .lb-a:hover .lb-dislike-label {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.lb-style-github .lb-a:hover,
.lb-style-github .lb-voted .lb-a {
    cursor: pointer;
    background-color: #7cb8f2;
    background-image: linear-gradient(#8bc2f7, #599BDC);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#8bc2f7),to(#599BDC));
    background-image: -moz-linear-gradient(center top , #8bc2f7, #599BDC);
    background-image:-o-linear-gradient(top,#8bc2f7,#599BDC);
    background-image:-ms-linear-gradient(top,#8bc2f7,#599BDC);
    background-image:linear-gradient(top,#7cb8f2,#599BDC);
    background-repeat: no-repeat;
    /*border-color: #D4D4D4 #D4D4D4 #BCBCBC;*/
    border-color: #518CC6 #518CC6 #2A65A0;
    background-repeat: no-repeat;
}
.lb-style-github .lb-count {
    /*top: 0;*/
    *top: -2px; /* IE7 and below */
    padding: 2px 5px 1px 6px;
    cursor: pointer;
    background-color: #FAFAFA;
    border: 1px solid #D4D4D4;
    margin-left: 4px;
    height: 15px;
    /*position: relative;*/
    border-radius: 3px 3px 3px 3px;
    color: #4183C4;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    white-space: nowrap;
    overflow: visible;
}
.lb-style-github .lb-count:before,
.lb-style-github .lb-count:after {
    content:' ';
    position:absolute;
    display:inline-block;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    z-index:1;
}
.lb-style-github .lb-count:before {
    top:50%;
    left:-3px;
    margin-top:-4px;
    border-width:4px 4px 4px 0;
    border-right-color:#fafafa;
}
.lb-style-github .lb-count:after {
    top:50%;
    left:-4px;
    margin-top:-5px;
    border-width:5px 5px 5px 0;
    border-right-color:#d4d4d4;
    z-index:0;
}
.lb-style-github .lb-count:hover {
    color: #555555;
}
.lb-style-github .lb-like .lb-a,
.lb-style-github .lb-dislike .lb-a,
.lb-style-github .lb-count {
    top: 0;
}

/* tooltip */
.likebtn-wrapper .lb-a .lb-tt i {
    color: black;
}
.likebtn-wrapper .lb-a .lb-tt {
    line-height: 16px;
    display: none;
}
.likebtn-wrapper .lb-a i {
    font-style: normal;
    display: block;
}
/*background:; ie hack, something must be changed in a for ie to execute it*/
.likebtn-wrapper .lb-a:hover,
.likebtn-wrapper .lb-share-active .lb-a {
    z-index:25;
    background:;
}
.likebtn-wrapper .lb-share-active .lb-a:hover .lb-tooltip-tt {
    display: none;
}
.likebtn-wrapper.lb-tooltip-like-show-always .lb-like .lb-tt,
.likebtn-wrapper.lb-tooltip-dislike-show-always .lb-dislike .lb-tt,
.likebtn-wrapper .lb-a:hover .lb-tt,
.likebtn-wrapper .lb-share-active .lb-a .lb-tt.lb-share-tt {
    /*background-color: white;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#F2F2F2),to(#FFFFFF));
    background-image: -moz-linear-gradient(center top , #F2F2F2, #FFFFFF);
    background-image:-o-linear-gradient(top,#F2F2F2,#FFFFFF);
    background-image:-ms-linear-gradient(top,#F2F2F2,#FFFFFF);
    background-image:linear-gradient(top,#F2F2F2,#FFFFFF);*/
    color: black;
    cursor: default;
    display: block;
    position: absolute;
    /*bottom: 25px; */
    bottom: 100%;
    margin: 0 0 8px;
    left: -2px;
    text-align: center;
    overflow: visible;
    z-index:1000000;
    white-space: nowrap;
}
/* do not show Unlike if voted and unlike is not allowed */
/*.likebtn-wrapper.lb-unlike-not-allowed .lb-voted .lb-a:hover .lb-tt {
    display: none;
}
.likebtn-wrapper.lb-unlike-not-allowed .lb-share-active .lb-a .lb-tt.lb-share-tt {
    display: block;
}*/
/* do not show tooltip in display only mode or if tooltip is disabled */
/* or if canceling vote not allowed and client already voted */
.likebtn-wrapper .lb-share-active .lb-a .lb-tooltip-tt,
.likebtn-wrapper.lb-display-only .lb-a .lb-tooltip-tt,
.likebtn-wrapper.lb-display-only .lb-a:hover .lb-tooltip-tt,
.likebtn-wrapper.lb-unlike-not-allowed .lb-voted .lb-a:hover .lb-tooltip-tt,
.likebtn-wrapper.lb-tooltip-disabled .lb-a .lb-tooltip-tt,
.likebtn-wrapper.lb-tooltip-disabled .lb-a:hover .lb-tooltip-tt {
    display: none;
}
/*.likebtn-wrapper.lb-tooltip-like-show-always .lb-like .lb-tt,
.likebtn-wrapper.lb-tooltip-dislike-show-always .lb-dislike .lb-tt {
    display: block;
}*/
.likebtn-wrapper.lb-unlike-not-allowed.lb-display-only .lb-share-active .lb-a .lb-tt.lb-share-tt {
    display: block;
}
.likebtn-wrapper .lb-share-active .lb-a .lb-tt.lb-share-tt {
    text-align: left;
}
.lb-tt-lt,
.lb-tt-rt,
.lb-tt-lb,
.lb-tt-rb {
    height: 3px;
    width: 3px;
    position: absolute;
}
.lb-tt-lt {
    background-image: url(6c4c14f8ab63c335d0f17c3f427a51346f620a86.) ;
    left: 0;
    top: 0;
}
.lb-tt-rt {
    background-image: url(5c77bf8d5787fd9a59fc757101c408785f046b0c.) ;
    right: 0;
    top: 0;
}
.lb-tt-lb {
    background-image: url(9066bcdfb2cc1d41ac3bbf02c1ab9193b292e2da.) ;
    left: 0;
    bottom: 0;
}
.lb-tt-rb {
    background-image: url(7033afa4c88bafab1a566b7f111f628261a1d845.) ;
    right: 0;
    bottom: 0;
}
.lb-tt-m,
.lb-tt-mu {
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    padding: 4px;
    margin: 0 3px;
}
.lb-tt-m,
.lb-tt-mu,
.lb-tt-m2 {
    background-color: white;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#F2F2F2),to(#FFFFFF));
    background-image: -moz-linear-gradient(center top , #F2F2F2, #FFFFFF);
    background-image:-o-linear-gradient(top,#F2F2F2,#FFFFFF);
    background-image:-ms-linear-gradient(top,#F2F2F2,#FFFFFF);
    background-image:linear-gradient(top,#F2F2F2,#FFFFFF);
}
.likebtn-wrapper .lb-a .lb-tt-mu {
    display: none;
}
.likebtn-wrapper .lb-voted .lb-a .lb-tt-mu {
    display: block;
}
.likebtn-wrapper .lb-voted .lb-a .lb-tt-m {
    display: none;
}
.likebtn-wrapper .lb-share-active.lb-voted .lb-tt-m {
    display: block;
}
.lb-tt-m2 {
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    right: 0;
    z-index: -1;
}
.lb-tt-a {
    background-image: url(76d9b7e0020d81defb73ced37cf2448ee8796e5e.) ;
    bottom: -5px;
    height: 6px;
    left: 8px;
    position: absolute;
    width: 11px;
}
.lb-share-tt .addthis_toolbox {
    display: block;
    float: none;
    margin: 0;
    overflow: visible;
    padding: 7px 0;
    position: static;
    width: 168px;
}
.lb-share-tt-popup_text {
    padding: 2px 0 7px;
    display: block;
}
.lb-share-tt .at_a11y {
    height: 1px !important;
    left: -10000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
}
.lb-share-tt .addthis_default_style .at300b,
.lb-share-tt .addthis_default_style .at300bo,
.lb-share-tt .addthis_default_style .at300m {
    padding: 0 2px 3px 2px;
}
.lb-share-tt .addthis_20x20_style .at300b,
.lb-share-tt .addthis_20x20_style .at300bo,
.lb-share-tt .addthis_20x20_style .at300m {
    padding: 0 1px 3px 0;
}
.lb-share-tt .addthis_20x20_style .at-icon-wrapper,
.lb-share-tt .addthis_20x20_style .at-icon {
    height: 20px !important;
    width: 20px !important;
}
.lb-share-tt-ft {
    clear: left;
    display: block;
    overflow: hidden;
    line-height: 15px;
    width: 100%;
    min-width: 168px;
}

.likebtn-wrapper .lb-share-tt-ft a.lb-share-tt-tm {
    color: #787869;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 9px;
    position: relative;
    text-decoration: none;
    top: 1px;
}
.likebtn-wrapper .lb-share-tt-ft .lb-share-tt-cl {
    color: #787869;
    float: right;
    font-weight: normal;
    display: inline;
    cursor: pointer;
    text-decoration: underline;
}

/* popup positions */

/* bottom */
.likebtn-wrapper.lb-popup-position-bottom .lb-a .lb-tt,
.likebtn-wrapper.lb-popup-position-bottom .lb-share-active .lb-a .lb-tt.lb-share-tt {
    bottom: auto;
    margin: 8px 0 0;
    top: 100%;
}
.lb-popup-position-bottom .lb-tt-m,
.lb-popup-position-bottom .lb-tt-mu,
.lb-popup-position-bottom .lb-tt-m2 {
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#F2F2F2));
    background-image: -moz-linear-gradient(center top , #FFFFFF, #F2F2F2);
    background-image:-o-linear-gradient(top,#FFFFFF,#F2F2F2);
    background-image:-ms-linear-gradient(top,#FFFFFF,#F2F2F2);
    background-image:linear-gradient(top,#FFFFFF,#F2F2F2);
}
.lb-popup-position-bottom .lb-tt-a {
    background-image: url(8f123ecb08b1364aeb4630714bbdee206c72359b.) ;
    top: -5px;
    bottom: auto;
}

/* left */
.likebtn-wrapper.lb-popup-position-left .lb-a .lb-tt,
.likebtn-wrapper.lb-popup-position-left .lb-share-active .lb-a .lb-tt.lb-share-tt {
    bottom: auto;
    left: auto;
    margin: -3px 10px 0 0;
    right: 100%;
    top: auto;
}
.lb-popup-position-left .lb-tt-a {
    background-image: url(77b7eabf6a6e4e458afa44eba747dc198cc2a9b1.) ;
    bottom: auto;
    left: auto;
    right: -5px;
    top: 5px;
    height: 11px;
    width: 6px;
}

/* right */
.likebtn-wrapper.lb-popup-position-right .lb-a .lb-tt,
.likebtn-wrapper.lb-popup-position-right .lb-share-active .lb-a .lb-tt.lb-share-tt {
    bottom: auto;
    left: 100%;
    margin: -3px 10px 0 0;
    top: auto;
}
.lb-popup-position-right .lb-tt-a {
    background-image: url(82f1379bcd9feec029c71e68495245759f47a4d2.) ;
    bottom: auto;
    left: -5px;
    right: -5px;
    top: 5px;
    height: 11px;
    width: 6px;
}

/* popup style */
.likebtn-wrapper.lb-popup-style-dark .lb-a .lb-tt * {
    color: #f9f6f6;
}

.likebtn-wrapper.lb-popup-style-dark .lb-a:hover .lb-tt,
.likebtn-wrapper.lb-popup-style-dark .lb-share-active .lb-a .lb-tt.lb-share-tt {
    color: #f9f6f6;
}
.lb-popup-style-dark .lb-tt-m,
.lb-popup-style-dark .lb-tt-mu {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.lb-popup-style-dark .lb-tt-m2 {
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.lb-popup-style-dark .lb-tt-m,
.lb-popup-style-dark .lb-tt-mu,
.lb-popup-style-dark .lb-tt-m2 {
    background-color: #3d3a3a;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#595959),to(#2b2b2b));
    background-image: -moz-linear-gradient(center top , #595959, #2b2b2b);
    background-image:-o-linear-gradient(top,#595959,#2b2b2b);
    background-image:-ms-linear-gradient(top,#595959,#2b2b2b);
    background-image:linear-gradient(top,#595959,#2b2b2b);
}
.lb-popup-style-dark .lb-tt-lt {
    background-image: url(fdd90111cfa28f178fe463b63a5d70fc90e5c057.) ;
}
.lb-popup-style-dark .lb-tt-rt {
    background-image: url(50c3c4621d3be54cb22864f3b49f1dcf9bb1b0d5.) ;
}
.lb-popup-style-dark .lb-tt-lb {
    background-image: url(7874b1f7821542e6a42d03aa7372f66fa38bc9a8.) ;
}
.lb-popup-style-dark .lb-tt-rb {
    background-image: url(d904e4b8c18964eed422442fccdec49166ad96d3.) ;
}
.lb-popup-style-dark .lb-tt-a {
    background-image: url(b54bdad7ac0a637ecc8fd98e4dd7878c165c5a19.) ;
}
.lb-popup-position-bottom.lb-popup-style-dark .lb-tt-a {
    background-image: url(02ea13155ccbbdb4be897fc1027e26ae895ee7e2.) ;
}
.lb-popup-position-right.lb-popup-style-dark .lb-tt-a {
    background-image: url(e02de11bebb6387600dc51d9234ee19780e6eef4.) ;
}
.lb-popup-position-left.lb-popup-style-dark .lb-tt-a {
    background-image: url(c5fabcff8374b0a2906d74f05218fef78fa43f22.) ;
}