.comment-info {
  margin-bottom: 0px; }

.comment-body.like {
  color: #f5568b; }
.comment-body.dislike {
  color: #3fa7bd; }

.reaction-module {
  text-align: right; }

.reaction-button-container {
  display: inline-block;
  text-align: center; }

.reaction-count-container {
  margin-bottom: 2px; }
.like .reaction-count-container {
  color: #f5568b; }
.dislike .reaction-count-container {
  color: #3fa7bd; }
.reaction-count-container.zero i.fa {
  display: none; }
.reaction-count-container i.fa {
  vertical-align: middle;
  font-size: 10px; }
.reaction-count-container .reaction-count {
  vertical-align: middle;
  margin-left: 2px;
  font-size: 14px;
  font-weight: bold; }

a.reaction-button {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 37px;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
a.reaction-button i.fa {
  vertical-align: middle;
  font-size: 18px;
  line-height: 40px; }
.like a.reaction-button {
  -moz-box-shadow: 0 3px 0 #db3d72;
  -webkit-box-shadow: 0 3px 0 #db3d72;
  box-shadow: 0 3px 0 #db3d72;
  background: #f5568b; }
.like a.reaction-button.reacting {
  background: #db3d72; }
.like a.reaction-button.reacted {
  background: #f5568b;
  -moz-box-shadow: 0 3px 0 #f5568b;
  -webkit-box-shadow: 0 3px 0 #f5568b;
  box-shadow: 0 3px 0 #f5568b; }
.dislike a.reaction-button {
  -moz-box-shadow: 0 3px 0 #467883;
  -webkit-box-shadow: 0 3px 0 #467883;
  box-shadow: 0 3px 0 #467883;
  background: #3fa7bd; }
.dislike a.reaction-button.reacting {
  background: #467883; }
.dislike a.reaction-button.reacted {
  background: #3fa7bd;
  -moz-box-shadow: 0 3px 0 #3fa7bd;
  -webkit-box-shadow: 0 3px 0 #3fa7bd;
  box-shadow: 0 3px 0 #3fa7bd; }
a.reaction-button:not(.reacted):not(.disabled):active {
  -moz-transform: translate3d(0px, 3px, 0);
  -ms-transform: translate3d(0px, 3px, 0);
  -webkit-transform: translate3d(0px, 3px, 0);
  transform: translate3d(0px, 3px, 0);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
a.reaction-button.reacting {
  cursor: default;
  -moz-transform: translate3d(0px, 3px, 0);
  -ms-transform: translate3d(0px, 3px, 0);
  -webkit-transform: translate3d(0px, 3px, 0);
  transform: translate3d(0px, 3px, 0);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
a.reaction-button.reacted {
  cursor: default; }
a.reaction-button.disabled {
  cursor: default;
  -moz-box-shadow: 0 3px 0 #bbb;
  -webkit-box-shadow: 0 3px 0 #bbb;
  box-shadow: 0 3px 0 #bbb;
  background: #bbb; }

.reaction-gauge {
  display: inline-block;
  max-width: 50%;
  height: 8px;
  line-height: 0;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
.reaction-gauge span {
  display: inline-block;
  height: 100%; }
.reaction-gauge span.like {
  width: 50%;
  background: #f5568b; }
.reaction-gauge span.dislike {
  width: 50%;
  background: #3fa7bd; }
