.kodex_buttons {
  text-align: center;
  padding: 5px 0 5px 5px;
  vertical-align: top;
  margin: 0;
}
.kodex_buttons button {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  font-size: 13px;
  padding: 0;
  margin: 0;
  text-transform: none;
  outline: none;
  border-radius: 5px;
  margin-left: 8px;
}
.kodex_buttons button .icon {
  display: block;
  padding: 0 0 0 10px;
  float: left;
  text-align: center;
  font-size: 18px;
}
.kodex_buttons button .icon:before {
  font-family: "dashicons";
  display: block;
}
.kodex_buttons button .text {
  display: block;
  float: left;
  padding-right: 10px;
  font-weight: normal;
}
.kodex_buttons button .counter {
  display: block;
  float: left;
  padding-right: 10px;
  font-weight: bold;
}
.kodex_buttons button.kodex_like_button {
  background: #000000;
  border-color: #fff;
  color: #fff;
}
.kodex_buttons button.kodex_like_button .icon:before {
  content: "\f529";
}
.kodex_buttons button.kodex_dislike_button {
  background: #000000;
  border-color: #fff;
  color: #fff;
}
.kodex_buttons button.kodex_dislike_button .icon:before {
  content: "\f542";
}
.kodex_buttons button:hover {
  color: #fff;
  background: #d84400;
  border-color: #d84400;
}
.kodex_buttons button.kodex_button_loading {
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  color: #fff;
  background: #d84400;
  border-color: #d84400;
}
.kodex_buttons button.kodex_button_active {
  background: #d84400;
  color: #fff;
  border-color: #d84400;
}

.kodex_likes_count {
  display: block;
  color: #d84400;
  line-height: 24px;
  height: 24px;
}
.kodex_likes_count:before {
  font-family: "dashicons";
  content: "\f529";
  font-size: 18px;
  font-weight: normal;
  padding-right: 8px;
  float: left;
}
.kodex_likes_count span {
  display: block;
  float: left;
  font-weight: bold;
  font-size: 13px;
}
@media (max-width: 600px) {
  .kodex_buttons button {
    border: none;
    margin-left: 1px;
  }
}
