/*
.rating-b .br-widget {
  height: 25px;
}

.rating-b .br-widget a {
  display: block;
  width: 50px;
  height: 16px;
  float: left;
  background-color: #e3e3e3;
  margin: 1px;
}

.rating-b .br-widget a.br-active,
.rating-b .br-widget a.br-selected {
  background-color: #f9c15d;
}

.rating-b .br-widget .br-current-rating {
  float: left;
  padding: 0 20px 0 10px;
  font-weight: bold;
}
*/




/******* EXAMPLE E *******/

.rating-e .br-widget a {
    padding: 5px 10px;
    color: #646464;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 3;
    text-align: center;
}

.rating-e .br-widget a.br-active { /* onmouseover */
    /*background-color: #59a6d6; */ /* asi modra */
    /*background-color: #be66a4; */ /* fialova */
    /*color: #646464;*/
    background-color: #f9c15d; 
    color: white;
}

.rating-e .br-widget a.br-selected { /* selected */
    background-color: #f9c15d; 
    color: white;
}

