.jssocials-share-twitter .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-facebook .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-googleplus .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-linkedin .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-pinterest .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-email .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-email .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-whatsapp .jssocials-share-link {
  background: rgb(251,225,128); }
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: rgb(159,237,214); }

.jssocials-share-clipboard .jssocials-share-link {
  background: rgb(251,225,128); }
.jssocials-share-clipboard .jssocials-share-link:hover {
  background: rgb(159,237,214); }

.jssocials-share-telegram .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-line .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-line .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-viber .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-pocket .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-messenger .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-vkontakte .jssocials-share-link {
  background: rgb(251,225,128); }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: rgb(159,237,214); }

.jssocials-share-link {
  padding: .5em .6em;
  color: #04636A;
  border-radius: 6px;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  /*.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {*/
  /*  background-color: rgb(159,237,214); }*/

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

.jssocials-shares {
  margin: 0.2em auto;
  width: 50%;
  min-width: 232px;
  table-layout: fixed;
  display: table;
}
.jssocials-share {
  display: table-cell;
  text-align: center;
}