.my-banners {
    font-weight: 600;
  text-transform: uppercase;
}

.my-banners .my-banner {
  width: 150px;
  height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
  cursor: pointer;
}

my-banners .spacer {
  width: 150px;
  height: 15px;
}
.my-banners .facebook {
  background-image: url(https://www.foranewwsf.org/wp-content/themes/twentyten/images/facebook.png);
}

.my-banners .twitter {
  background-image: url(https://www.foranewwsf.org/wp-content/themes/twentyten/images/twitter.png);
}

.my-banners .paypal {
      padding-left: 26px;
    padding-top: 16px;
}

.rtl, #post-7 .entry-title {
  direction: rtl;
  unicode-bidi: embed;
}