/* line 42, ../sass/comment.scss */
.comment-body.good {
  color: #f5568b; }
/* line 46, ../sass/comment.scss */
.comment-body.bad {
  color: #3fa7bd; }

/* line 51, ../sass/comment.scss */
.comment-rate {
  margin-top: 20px;
  text-align: right; }

/* line 56, ../sass/comment.scss */
.rate-container {
  text-align: right; }
/* line 59, ../sass/comment.scss */
.rate-container .rate-button {
  display: inline-block;
  text-align: center; }
/* line 63, ../sass/comment.scss */
.rate-container .rate-button.disable {
  opacity: 0.7;
  cursor: default; }
/* line 70, ../sass/comment.scss */
.rate-container .rate-button .count {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #fff; }
/* line 78, ../sass/comment.scss */
.rate-container .rate-button.good .count {
  color: #f5568b; }
/* line 83, ../sass/comment.scss */
.rate-container .rate-button.bad .count {
  color: #3fa7bd; }
/* line 88, ../sass/comment.scss */
.rate-container a.button {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  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; }
/* line 102, ../sass/comment.scss */
.rate-container a.button.button-good {
  color: #ffffff;
  -moz-box-shadow: 0 3px 0 #cc414c;
  -webkit-box-shadow: 0 3px 0 #cc414c;
  box-shadow: 0 3px 0 #cc414c;
  background: #f5568b; }
/* line 110, ../sass/comment.scss */
.rate-container a.button.button-bad {
  color: #fff;
  -moz-box-shadow: 0 3px 0 #438bc5;
  -webkit-box-shadow: 0 3px 0 #438bc5;
  box-shadow: 0 3px 0 #438bc5;
  background: #3fa7bd; }
/* line 118, ../sass/comment.scss */
.rate-container a.button.voted {
  -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; }
/* line 125, ../sass/comment.scss */
.rate-container .gauge-container {
  display: inline-block;
  max-width: 50%;
  height: 8px;
  line-height: 0;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
/* line 133, ../sass/comment.scss */
.rate-container .gauge-container .gauge {
  display: inline-block;
  height: 100%; }
/* line 137, ../sass/comment.scss */
.rate-container .gauge-container .gauge.good {
  width: 50%;
  background: #f5568b; }
/* line 142, ../sass/comment.scss */
.rate-container .gauge-container .gauge.bad {
  width: 50%;
  background: #3fa7bd; }
