.kodex_buttons {
  padding: 15px 0 15px 0;
  margin: 0;
  text-align: center;
  vertical-align: top;
}

.kodex_buttons button {
  display: inline-block;
  height: 30px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 30px;
  text-transform: none;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #ccc;
  outline: none;
  -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
      -ms-transition: all 0.15s;
       -o-transition: all 0.15s;
          transition: all 0.15s;
}

.kodex_buttons button:first-of-type {
  margin-right: 1em;
}

.kodex_buttons button:only-of-type {
  margin-right: 0;
}

.kodex_buttons button .icon {
  display: block;
  float: left;
  padding: 0 10px;
  font-size: 18px;
  text-align: center;
}

.kodex_buttons button .icon:before {
  display: block;
  font-family: "dashicons";
}

.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 {
  color: #5E5E5E ;
  background: whitesmoke;
  border-color: #bfbfbf;
}

.kodex_buttons button.kodex_like_button .icon:before {
  content: "\f529";
}

.kodex_buttons button.kodex_dislike_button {
  color: #dfdfdf;
  background: whitesmoke;
  border-color: #dfdfdf;
}

.kodex_buttons button.kodex_dislike_button .icon:before {
  content: "\f542";
}

.kodex_buttons button:hover {
  color: #fff;
  background: #0774ac;
  border-color: #0277bd;
}

.kodex_buttons button.kodex_button_loading {
  color: #fff;
  cursor: default;
  background: #0288d1;
  border-color: #0277bd;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.kodex_buttons button.kodex_button_active {
  color: #000;
  background: #ccc71d;
  border-color: #bfbfbf;
}

.kodex_likes_count {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #aeea00;
}

.kodex_likes_count:before {
  float: left;
  padding-right: 8px;
  font-family: "dashicons";
  font-size: 18px;
  font-weight: normal;
  content: "\f529";
}

.kodex_likes_count span {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
}

.ui-dialog {
  z-index: 1968;
}
