/* Fix issue where buttons are cut off horizontally. */
/* The rest of the plugin's CSS loads remotely. */
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
  height: 22px !important;
}
.stButton .stButton_gradient {
  height: 22px !important;
}
/* button customization*/
.post-content .stButton .stBubble{
	height: 32px !important;
    background-position-x: 26px;
    background-position-y: 28px;
}
.post-content .stButton .stBubble_count{
    line-height: 10px;
}
.post-content .fb-like.fb_iframe_widget > span{
		height: 59px !important;
		width: 63px !important;
}
.post-content .st_plusone_vcount div{
        height: 60px !important;
        vertical-align: top !important;
}
.post-content .fb-like.fb_iframe_widget iframe{
    width: 130px !important;
    height: 58px !important;
}
