#rating .fa-star {
    font-size: 2rem;
}
#rating .fa-star.checked {
    color: #FF0000;
}

#filter-options .checkbox {
    float: left;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  margin: 0.5rem;
}

/* Antispam */
.uemail {
    display: none;
}
