/* Static View-only Star Version */
div.fivestar-widget-static .star {
  width: 23px;
  height: 26px;
  background: url(stars.png) no-repeat 0 0;
}

div.fivestar-widget-static .star span.on {
  background: url(stars.png) no-repeat 0 -52px;
}

div.fivestar-widget-static .star span.off {
  background: url(stars.png) no-repeat 0 0;
}

/* Javascript Star Version */
div.fivestar-widget .cancel, div.fivestar-widget .star {
  width: 22px;
  height: 26px;
}
div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
  background: url(delete.png) no-repeat 0 0;
}

div.fivestar-widget .star, div.fivestar-widget .star a {
  background: url(stars.png) no-repeat 0 0;
}

div.fivestar-widget div.on a {
  background-position: 0 -26px;
}
div.fivestar-widget div.hover a, div.rating div a:hover {
  background-position: 0 -52px;
}


.node .fivestar-widget-static {
    display: inline-block;
}

#admire_gray-otzyvy .passwords-logo {
    margin-top: 0px;
    margin-left: 15px;
    margin-bottom: 11px;
}

#admire_gray-otzyvy .passwords-logo img {
    margin-right: 200px;
}

#admire_gray-otzyvy .linkbutton.download {
    margin-top: 12px;
}

#admire_gray-otzyvy .fivestar-static-form-item {
    position: absolute;
    margin-top: -107px;
margin-left: 165px;
    width: 130px;
    padding: 10px;
    text-align: center;
    background-color: #e2e4e7;
    border-radius: 4px;
}

.average-rating {
    font-weight: bold;
}

.average-rating span:first-child {
background: #79A95E;
    color: #fff;
    padding: 1px 5px;
}

.total-votes {
    color: #666;
}


.reviewdesc {
    display: none;
}

#admire_gray-comment .reviewdesc {
    display: block;
    margin-top: -40px;
    margin-left: 20px;
    line-height: 1.6em;
}

#admire_gray-comment .passwords-logo {
    margin: 0;
    3display: block;
}

#admire_gray-comment .passwords-logo img {
    width: 60px;
    float: right;
    margin-top: -20px;
    border-radius: 0 0 0 0%;
}

#admire_gray-comment .node h3 {
    font-size: 18px;
    margin-bottom: 10px
}

#admire_gray-comment #edit-fivestar-rating-wrapper {
background-image: url(review-2.svg);
background-position: 10px 10px;
background-size: 30px;
background-repeat: no-repeat;
width: 140px;
padding: 13px 0px 0px 50px;
margin-top: -30px;
border-radius: 4px;
float: right;
margin-bottom: -40px;
}

form[action*='/comment/edit/']#comment-form #edit-fivestar-rating-wrapper {
    margin-top: -43px;
}

.comment .fivestar-widget-static {
    margin-bottom: 5px;
}

.node .fivestar-widget, body:not(#admire_gray-otzyvy) .fivestar-static-form-item {
margin:4px 0 -10px 4px;
}

.node .fivestar-widget .description, body:not(#admire_gray-otzyvy) .fivestar-static-form-item .description {
margin-top: -28px;
margin-left:120px;
display:block;
}

