.wm_ratings_list,
.wm_ratings_vote{
  font-family: Poppins;
  font-size: 0.7em;
  text-align: left;
}

.voto_recensione{
  font-family: Poppins;
  text-align: center;
}

.wm_ratings_list_header,
.wm_ratings_vote button{
  background-color: #111;
  color: #fff;
  padding: 0.5em 1em;
  text-transform: uppercase;
}

.wm_ratings_list_votes ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.wm_ratings_list_vote{
  padding: 0px 10px 0px 0px;
  margin-top: 0.5em;
  display: flex;
}

.wm_ratings_list_vote>a{
  display: inherit;
}

.wm_ratings_list_vote{
  line-height: 3em;
  height: 3em;
  justify-content: space-between;
}

.wm_ratings_list_vote:nth-child(2n+1){
  background: repeating-linear-gradient(135deg,#fff,#fff 5px,#f6f6f6 5px,#f6f6f6 10px);
}

.wm_ratings_list_vote span{
  display: inline-block;
}

.wm_ratings_list_vote .wm_ratings_list_avatar{
  width: 3em;
  background-repeat: no-repeat;
  background-size: cover;
}

.wm_ratings_list_the_vote,
.wm_ratings_list_the_avg,
.voto_recensione{
  font-size: 1.333em;
  font-weight: 300;
}

.wm_ratings_list_avg {
  padding: 0px 1em 0px 4em;
  margin-top: 0.5em;
  line-height: 3em;
  height: 3em;
  display: flex;
  justify-content: space-between;
  background: #f6f6f6;
}

.wm_ratings_list_name{
  width: 100%;
  flex: 1;
  padding: 0px 1em;
}

.wm_ratings_list_avg label,
.wm_ratings_list_avg .wm_ratings_list_the_avg{
  font-weight: 500;
}

.wm_ratings_vote{
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 1em;
  width: 100%;
  display: unset;
}

.wm_ratings_vote button{
  font-family: Poppins;
  font-size: 1em;
}

.wm_ratings_vote input{
  color: #111;
  text-align: right;
  padding: 0px !important;
  background: transparent !important;
  border: 0px !important;
  border-bottom: 1px solid #ccc !important;
  width: 60px;
  margin: 0px 10px;
}

.wm_ratings_vote button.error{
  background-color: #ff0000;
}

.wm_ratings_vote button.done{
  background-color: #00ff00;
}

.wm_voto_recensione{
  line-height: 3em;
  width: 3em;
  background: rgba(255, 255, 255, 0.85);
  font-family: Poppins;
  font-size: 1.333em;
  text-align: center;
}
