/* Fix issue where buttons are cut off horizontally. */
/* The rest of the plugin's CSS loads remotely. */
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
  height: 23px !important;
}
.stButton .stButton_gradient {
  height: 23px !important;
}

/*
.stButton_gradient {
  height: 22px !important;
}


.stHBubble {
  height: 22px !important;
}


.stButton_gradient.stHBubble {
  height: 22px !important;
}


*/