.vote-block { 
  width: 67%;
  margin: 10px 0 10px 3%;
  vertical-align: middle;
  overflow: hidden;
  float:left;
}
.info .vote-block { 
  width: 100%;
  margin: 5px 0;
  float:none;
}
@media screen and (max-width: 660px) {
.vote-block{width:100%;}
}
.vote-block .rating-info {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 12px;
}
.vote-block span.rating-text {
  font-size: 14px;
  text-align: left;
  margin-left:10px;
  height: 30px; line-height:30px;
  display: block;
}
.vote-block .rating {
  float: left;
  width: 115px !important;
  height: 22px;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  background: none !important;
}
.vote-block .rating:hover li {
  background-image: url("../style-img/star.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
  only screen and (min--moz-device-pixel-ratio: 2), 
  only screen and (-o-min-device-pixel-ratio: 2/1), 
  only screen and (min-resolution: 192dpi), 
  only screen and (min-resolution: 2dppx) {
    .vote-block .rating:hover li {
      background-image: url("../style-img/star.png");
      background-size: 23px 66px !important;
    }
}
.vote-block .rating li {
  float: right;
  width: 23px;
  height: 22px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  margin-bottom: 0px !important;
}
.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
  background-position: 0 -22px;
}
.vote-block.disabled .rating li.current {
  display: block;
  z-index: 10;
}
.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
  background-position: 0 -44px;
}
.vote-block li.current {
  display: none;
}
.vote-block ol.show-current {
  position: relative;
  width: 115px !important;
  height: 22px;
  padding: 0 !important;
  margin: 3px 10px 0px 0px !important;
}
.vote-block ol.show-current li {
  cursor: default;
  z-index: 2;
  position: relative;
}
.vote-block ol.show-current li.current {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url("../style-img/star.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
  only screen and (min--moz-device-pixel-ratio: 2), 
  only screen and (-o-min-device-pixel-ratio: 2/1), 
  only screen and (min-resolution: 192dpi), 
  only screen and (min-resolution: 2dppx) {
    .vote-block ol.show-current li.current {
      background-image: url("../style-img/star.png");
      background-size: 23px 66px !important;
    }
}
.vote-block ol.show-current li.current span {
  display: block;
  height: 27px;
  width: 0;
  background: inherit;
  background-position: 0 -44px;
}
