/* REALLY SIMPLE FACEBOOK TWITTER SHARE BUTTONS STYLE */
.really_simple_share_prepend_above {
	padding-top:2px; 
	padding-bottom:2px; 
	clear:both;
	height:33px;
}
.really_simple_share {
	padding-top:2px; 
	padding-bottom:2px; 
	clear:both;
}
.really_simple_share iframe {
	border: 0;
	min-height: 25px;
}

/* ALL DIVS ARE FLOATING LEFT WITH PADDING */
.really_simple_share div {
	float:left;
	padding-left:10px;
}
/* EXCEPT FOR THE FIRST ONE */
.really_simple_share div:first-child {
	padding-left:0;
}.really_simple_share_facebook_like {	background-image: url("./images/facebook.png");    background-size: 32px 32px;    display: inline-block;    height: 32px;    width: 32px !important;    background-repeat: no-repeat;	position: relative;	margin-right: 15px;}.really_simple_share_google1 {	background-image: url("./images/google-plus.png");    background-size: 32px 32px;    display: inline-block;    height: 32px;    width: 40px !important;    background-repeat: no-repeat;	position: relative;}.really_simple_share_twitter {	background-image: url("./images/twitter.png");    background-size: 32px 32px;    display: inline-block;    height: 32px;    width: 50px !important;    background-repeat: no-repeat;		margin: 0 10px;	position: relative;}
/* AFTER THEM, CLEAR THE FLOATING */
.really_simple_share_clearfix {
  clear:both;
}.fb-like {  display: inline-block !important;  float: left;  height: 32px !important;  left: 0;  position: absolute;  width: 50px !important;}#___plusone_0 {  height: 35px !important;  left: 0px;/*   opacity: 0; */  position: absolute;}.fb_iframe_widget iframe {    width: 50px !important;	height: 32px !important}.twitter-share-button {  display: inline-block !important;  float: left;  height: 32px !important;  left: -5px;  position: absolute !important;  width: 50px !important;}

/* FACEBOOK BUTTONS SPECIFIC STYLES */
.really_simple_share_facebook_share a {
	background: url('images/facebook-share.png') no-repeat center left;
	padding-left: 20px;
}
.really_simple_share_facebook_share_new {
	line-height: normal;
}
.really_simple_share_facebook_like iframe {
	max-width:450px;
}
.really_simple_share_facebook_like_send {
	width:50px;
}
.really_simple_share_facebook {
	margin-top: -3px !important;
}
.fb-like { 
	z-index: 9999; 
}
.fbpdl, .pam, .execphpwidget, .fb-like span { 
	z-index: 9999 !important; 
	width:500px;
	overflow: visible;
}

/* OTHER BUTTONS SPECIFIC STYLES */
.really_simple_share_email {
	width:30px;
}
.really_simple_share_email img {
	border: 0;
	margin: 0;
	padding: 0;
}
.really_simple_share_box .really_simple_share_pinterest {
	margin-top: 20px;
}
.really_simple_share_specificfeeds {
  margin-top: -3px;
}
.really_simple_share_specificfeeds a, .really_simple_share_specificfeeds_follow a {
  text-decoration: none;
}
.really_simple_share_specificfeeds .super, .really_simple_share_specificfeeds img,
.really_simple_share_specificfeeds_follow .super, .really_simple_share_specificfeeds_follow img {
  vertical-align: middle;
  border-radius: 0;
  box-shadow: none;
}
.really_simple_share_specificfeeds_follow {
  margin-top: -2px;
}
.really_simple_share_specificfeeds_follow a, .really_simple_share_specificfeeds_follow a:hover,
.really_simple_share_specificfeeds_follow a:visited   {
  background: white;
  color: black;
  font-size: 12px;
  padding: 2px 6px;
  border: 1px solid gray;
  border-radius: 2px;
}
.really_simple_share_google1 div {	  opacity: 0.01;  }.fb-like.fb_iframe_widget iframe {	  opacity: 0.01;  }.really_simple_share_twitter iframe {	  opacity: 0.01;  }