




.share_buttons {
  display: table;
}
.share_buttons.center {
  margin: 0 auto;
  text-align: center;
}
.share_buttons.right {
  float: right;
  margin-right: 10px;
}
.share_buttons.share_buttons_nav ul.nav {
  margin: 0px;
}
.share_buttons.share_buttons_nav ul.nav > li > a {
  padding: 0 3px;
}
.share_buttons ul.nav > li {
  margin: 0px;
}
.share_buttons ul.nav > li > a {
  display: block;
  margin: 0;
  font-size: inherit;
  color: #999;
  padding: 0 3px;
}
.share_buttons ul.nav > li > a:hover {
  background-color: transparent;
}
.share_buttons ul.nav > li > a i.orgm-icon-facebook-2:before {
  background-color: white;
  border-radius: 7px;
  max-height: 24px;
}
.share_buttons ul.nav > li > a i.orgm-icon-twitter-2:before {
  background-color: white;
  border-radius: 7px;
  max-height: 24px;
}
.share_buttons ul.nav > li > a i.orgm-icon-google-plus-2:before {
  background-color: white;
  border-radius: 7px;
  max-height: 24px;
}
.share_buttons ul.nav > li > a.facebook:hover > i {
  color: #3b5998;
}
.share_buttons ul.nav > li > a.twitter:hover > i {
  color: #3fbdf6;
}
.share_buttons ul.nav > li > a.google-plus:hover > i {
  color: #d34836;
}


