.pageHeading .new {
    margin-top: 20px;
    margin-bottom: 10px;
    float: right;
}

.pageHeading .new:hover {
    cursor: pointer;
}

.review .rating .glyphicons{
    font-size: 1.8em;
    margin-top: -7px;
}

.review .glyphicon-plus-sign, .review .glyphicon-minus-sign{ 
    margin-right: 5px;
    font-size: 15px;
}

.review .glyphicon-plus-sign{ 
    color: #81bb26;
}

.review .glyphicon-minus-sign{ 
    color: #e94e1b;
}

.review .reviewPoints p {
    display: inline-flex;
    width: 100%;
}

.review .body {
    margin-bottom: 15px;
}

.review hr {
    margin-top: 5px;
    margin-bottom: 30px;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: 'Glyphicons Regular';
    font-size: 17px
}
   
.stars-outer::before {
    content: "\e049 \e049 \e049 \e049 \e049";
}
   
.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 17px;
}

.stars-inner:nth-child(1) {
      left: 0px;
}

.stars-inner:nth-child(2) {
    left: 17px;
}

.stars-inner:nth-child(3) {
    left: 34px;
}

.stars-inner:nth-child(4) {
    left: 51px;
}

.stars-inner:nth-child(5) {
    left: 68px;
}
   
.stars-inner::before {
    content: "\e050";
    color: #f8ce0b;
}

#plusPunten .form-group, #minPunten .form-group {
    margin-right: 0px;
    margin-left:0px;
}

.rating-stars ul {
    list-style-type:none;
    padding:0;
    
    -moz-user-select:none;
    -webkit-user-select:none;
}

.rating-stars ul > li.star {
    display:inline-block;
    
  }
.rating-stars ul > li.star:hover {
    cursor: pointer;
    
  }
  
.rating-stars ul > li.star > span.glyphicon {
    font-size:2.5em;
    color:#ccc;
  }
  
.rating-stars ul > li.star.hover > span.glyphicon {
    color:#FFCC36;
  }
  
.rating-stars ul > li.star.selected > span.glyphicon {
    color:#FF912C;
  }

.rating .addReview:hover {
    cursor: pointer;
  }