.rrssb-social-buttons {
  height: 37px;
}

.rrssb-buttons {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
}

.rrssb-buttons:after {
  clear: both
}

.rrssb-buttons:after, .rrssb-buttons:before {
  content: ' ';
  display: table
}

.rrssb-buttons li {
  box-sizing: border-box;
  height: 100%;
  line-height: 1;
  list-style: none;
  margin: 0;
  max-width: 50px;
  min-width: 30px;
}

.rrssb-buttons li:first-child {
  margin-left: 10px;
}

.rrssb-buttons li:last-child {
  margin-right: 20px;
}

.rrssb-buttons li a {
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  height: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  width: 100%;
  background-color: transparent;
  padding: 0
}

.rrssb-buttons li a .rrssb-icon {
  display: block;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
}

.rrssb-buttons li a .rrssb-icon svg {
  width: 15px;
  height: 17px;
}

.rrssb-buttons li a .rrssb-icon svg circle, .rrssb-buttons li a .rrssb-icon svg path {
  fill: #fff;
}

.rrssb-buttons li:hover a .rrssb-icon svg circle,
.rrssb-buttons li:hover a .rrssb-icon svg path {
  fill: #46aaec;
}



.rrssb-buttons li a .rrssb-text {
  color: #fff;
  display: none;
}

.rrssb-buttons {
  height: 100%;
  position: relative
}

