.share-buttons {
  margin: 10px 0 14px;
}
.share-btn {
  display: inline-block;
  padding: 4px 12px 4px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin-right: 6px;
  vertical-align: middle;
  line-height: 22px;
  cursor: pointer;
}
.share-btn img {
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  display: inline;
}
.share-btn-facebook {
  background: #3b5998;
  border: 1px solid #2d4373;
  color: #fff !important;
}
.share-btn-twitter {
  background: #1da1f2;
  border: 1px solid #0d95e8;
  color: #fff !important;
}
.share-btn:hover {
  opacity: 0.88;
}
