.some-share-container {
  position: relative;
  margin-top: 20px;
  display: table; }

.some-buttons {
  display: table-row;
  text-align: center; }

.some-share-elem {
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1rem; }

.some-line {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  width: .2rem; }

.some-share-elem:last-child {
  margin-right: 0; }

.count-holder {
  width: auto !important;
  margin-right: 1.2rem; }

.some-share-button:last-child {
  margin-right: 0; }

.some-count-holder {
  position: relative;
  display: table-row; }

.some-arrow-box {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: auto;
  text-align: center;
  border-radius: 3px;
  height: 30px; }

.some-arrow-box:after, .some-arrow-box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.some-arrow-box:after {
  border-color: transparent transparent transparent #fff;
  border-width: 5px;
  margin-top: -5px; }

.some-arrow-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: rgba(0, 0, 0, 0.15);
  border-width: 6px;
  margin-top: -6px; }

.count-span-holder {
  display: table;
  line-height: 1rem !important;
  width: auto;
  height: 25px;
  text-align: center;
  z-index: 20 !important;
  padding: 9px 15px !important;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: auto; }

.some-total-count {
  font-size: 15px;
  font-weight: 500 !important; }

.some-share-error {
  margin-top: 20px; }

