.reviews .review {
  padding: 60px 0;
  border-bottom: 1px solid #eee; }
  .reviews .review .rating_value,
  .reviews .review .company_name,
  .reviews .review .review_company {
    display: none; }
  .reviews .review .rating {
    color: #FFC701;
    font-size: 18px;
    letter-spacing: -1px; }
  .reviews .review .review_author {
    font-style: italic; }

.review_dropdown .panel {
  box-shadow: none;
  border: 1px solid #eee; }
  .review_dropdown .panel .panel-heading {
    padding: 0;
    background: #00aeef; }
    .review_dropdown .panel .panel-heading .angleright {
      float: right; }
  .review_dropdown .panel .panel-title {
    padding-bottom: 0px;
    color: #fff; }
    .review_dropdown .panel .panel-title a {
      display: block;
      padding: 15px;
      color: #fff; }
      .review_dropdown .panel .panel-title a:hover {
        color: inherit; }

body .gsurvey-rating {
  float: none;
  display: inline-block; }

body .gsurvey-rating:not(:checked) > label,
body .gsurvey-rating:not(:checked) > label:hover,
body .gsurvey-rating:not(:checked) > label:hover ~ label,
body .gsurvey-rating:not(:checked) > label,
body .gsurvey-rating:not(:checked) > label:hover,
body .gsurvey-rating:not(:checked) > label:hover ~ label,
body .gsurvey-rating > input:checked ~ label {
  width: 40px;
  line-height: 35px;
  background-size: 35px 35px;
  color: rgba(221, 221, 221, 0) !important; }

body .gsurvey-rating > input:checked ~ label {
  background-image: url(../img/star1.svg); }

body .gsurvey-rating:not(:checked) > label {
  background-image: url(../img/star0.svg); }

body .gsurvey-rating:not(:checked) > label:hover, body .gsurvey-rating:not(:checked) > label:hover ~ label {
  background-image: url(../img/star2.svg); }

.beoordeling {
  position: relative;
  display: block;
  padding: 15px 30px;
  border-radius: 5px;
  border: 1px solid #00aeef; }
  .beoordeling p {
    margin: 0; }
  .beoordeling .average_rating {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 15px;
    color: #ffcc00; }
