/* - Version 1.0.0 - */
/* - Retina icon display - */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  background-image: url(/National_Library/20160526010038oe_/http://graphics.wsj.com/libs/images/wsj/jquery.socialriser/1.0.0/socialriser-sprite@2x.png);
  background-size: 58px 58px; }
/* - Regular icons for IE8 - */
/* - Icon styles - */
.social-riser a {
  display: inline-block;
  height: 29px;
  width: 29px; }
.social-riser .sr-twitter {
  background-image: url(/National_Library/20160526010038oe_/http://graphics.wsj.com/libs/images/wsj/jquery.socialriser/1.0.0/socialriser-sprite@2x.png);
  background-repeat: no-repeat;
  background-position: -29px -29px;
  width: 29px;
  height: 29px;
  background-size: 58px 58px; }
.social-riser .sr-facebook {
  background-image: url(/National_Library/20160526010038oe_/http://graphics.wsj.com/libs/images/wsj/jquery.socialriser/1.0.0/socialriser-sprite@2x.png);
  background-repeat: no-repeat;
  background-position: 0px -29px;
  width: 29px;
  height: 29px;
  background-size: 58px 58px; }
.social-riser .sr-twitter:hover {
  background-image: url(/National_Library/20160526010038oe_/http://graphics.wsj.com/libs/images/wsj/jquery.socialriser/1.0.0/socialriser-sprite@2x.png);
  background-repeat: no-repeat;
  background-position: -29px 0px;
  width: 29px;
  height: 29px;
  background-size: 58px 58px; }
.social-riser .sr-facebook:hover {
  background-image: url(/National_Library/20160526010038oe_/http://graphics.wsj.com/libs/images/wsj/jquery.socialriser/1.0.0/socialriser-sprite@2x.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 29px;
  height: 29px;
  background-size: 58px 58px; }
.social-riser .social-link {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin: 0 5px 0 0; }

.ie8 .social-riser .sr-twitter {
  background-image: url(/National_Library/20160526010038oe_/http://graphics.wsj.com/libs/images/wsj/jquery.socialriser/1.0.0/socialriser-sprite.png);
  background-repeat: no-repeat;
  background-position: -29px -29px;
  width: 29px;
  height: 29px;
  background-size: 58px 58px; }
.ie8 .social-riser .sr-facebook {
  background-image: url(/National_Library/20160526010038oe_/http://graphics.wsj.com/libs/images/wsj/jquery.socialriser/1.0.0/socialriser-sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -29px;
  width: 29px;
  height: 29px;
  background-size: 58px 58px; }
.ie8 .social-riser .sr-twitter:hover {
  background-image: url(/National_Library/20160526010038oe_/http://graphics.wsj.com/libs/images/wsj/jquery.socialriser/1.0.0/socialriser-sprite.png);
  background-repeat: no-repeat;
  background-position: -29px 0px;
  width: 29px;
  height: 29px;
  background-size: 58px 58px; }
.ie8 .social-riser .sr-facebook:hover {
  background-image: url(/National_Library/20160526010038oe_/http://graphics.wsj.com/libs/images/wsj/jquery.socialriser/1.0.0/socialriser-sprite.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 29px;
  height: 29px;
  background-size: 58px 58px; }

/* - Template styles for header - */
header .social-riser {
  line-height: 1;
  position: absolute;
  left: 0;
  width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  top: 25px;
  padding: 0; }
  header .social-riser .social-link {
    margin-top: 9px; }
  header .social-riser .social-link:first-child {
    margin-top: 0; }

.template-center header .social-riser {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 0;
  right: auto; }
  .template-center header .social-riser .social-link {
    margin-top: 0; }

/* - Narrow desktop view - */
@media screen and (max-width: 960px) {
  body header .social-riser {
    width: 100%;
    top: 0 !important; } }
/* - Mobile view - */
@media screen and (max-width: 500px) {
  body header .social-riser {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative !important; }
    body header .social-riser .social-link {
      margin: 0 5px 0 0; } }
