.vote-result {
  margin-bottom: 25px;
  font-size: 13px;
}
.vote-result h2 {
  padding-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
}
.vote-result h2 a {
  color: #282828;
}
.vote-result h2 i {
  margin-top: -10px;
}
.vote-result .vote-bottom {
  background: #00aeef;
  color: #fff;
  padding: 15px;
}
.vote-result .vote-answer-bar_bg {
  background: #ececec;
  margin-bottom: 15px;
  height: 5px;
}
.vote-result .vote-answer-bar_bg .color {
  height: 5px;
}
.vote-result p.result_text {
  margin: 0;
  padding: 0;
}
.vote-result .side-vote-box {
  background: #fff;
  border: 1px solid #d7d7d7;
}
.vote-result .side-vote-box a {
  color: #fff;
}
.vote-result .side-vote-box a:hover {
  color: #fff;
}
.vote-result .vote-result-mess {
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.vote-result .vote-result-mess img {
  border-radius: 3px;
}
.vote-result .vote-items-list .vote-item-vote {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.vote-result .vote-heading {
  margin-bottom: 15px;
}
.vote-result .question_itself {
  margin-bottom: 15px;
}
.vote-result ul {
  list-style: none;
  margin: 0;
  padding: 15px 15px 0px 15px;
}
.vote-result .vote-all-link {
  text-align: center;
}
.specialversion .vote-result {
  color: #000;
  font-size: 18px;
}
.specialversion .vote-result .side-vote-box {
  background: transparent;
  border-radius: 0px;
}
.specialversion .vote-result .side-vote-box a {
  color: #000;
}
.specialversion .vote-result .side-vote-box a:hover {
  color: #000;
}
.specialversion .vote-result .vote-result-mess img {
  border-radius: 0px;
}
.specialversion .vote-result .vote-items-list .vote-item-vote {
  border-bottom: 1px solid #000;
}
.fs-big .vote-result {
  font-size: 24px;
}
.color2 .vote-result {
  color: #ff0;
}
.color2 .vote-result .result_text {
  color: #ff0;
}
.color2 .vote-result .side-vote-box a {
  color: #ff0;
}
.color2 .vote-result .side-vote-box a:hover {
  color: #ff0;
}
.color2 .vote-result .vote-items-list .vote-item-vote {
  border-bottom: 1px solid #ff0;
}
