.jssocials-share-twitter .jssocials-share-link {
  background: #fff;
  
   }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba;
    }

.jssocials-share-facebook .jssocials-share-link {
  background: ##fff;
     }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373;
    border: 1px solid	}

.jssocials-share-googleplus .jssocials-share-link {
  background: #fff; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #fff; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }
 
.jssocials-share-stumbleupon .jssocials-share-link {
  background: #fff; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #fff; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #fff; }
 
.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }
  
.jssocials-share-link {
      width: 40px;
    font-size: 20px;
    text-align: center;
    margin-right: 20px;
    height: 40px;
    display: inline-block;
    padding: 6px;
    transition: all .3s ease;
border: 1px solid black;	}
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.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; }
