/* 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: 35px !important;
}
.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: 63px !important;
    height: 58px !important;
}