.netPromotorScore {
    background: #FFF;
    xmin-height: 100px;
} 

.netPromotorScoreQuestion {
    font-size: 17px;
    margin: 0 0 15px;
}

.netPromotorScore ul {
    list-style-type: none;
    padding-left: 0px;
    width: 100%;
}

.netPromotorScore li {
    background-color: #E6E6E6;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    display: inline-block;
    margin-right: 5px;
    padding: 0.25em 0;
    text-align: center;
    width: 40px;
}

.netPromotorScore li label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0.5em;
    cursor: pointer;
}

.netPromotorScore li:hover, .netPromotorScore li.selected {
    background-color: #FF5E00;
}

.netPromotorScore li:hover label, .netPromotorScore li.selected label {
    color: white;
}

.netPromotorScore li input {
    display: none;
    margin: 0 auto;
}

.netPromotorScore li.no-score {
    background-color: transparent;
    padding: 0.5em .25em;
    font-size: .9em;
    width: 249px;
    pointer-events: none;
}

.netPromotorScore li.no-score:hover {
    background-color: transparent;
}

.netPromotorScore #improbable {
    text-align: left;
}

.netPromotorScore #probable {
    text-align: right;
}

.npsCommentIntro {
    font-size: 14px;
    padding-bottom: 10px;
}

h2.npsThankYouText {
    color: #FF5E00;
    padding-top: 10px;
}
.npsAddComment {
    padding-top: 10px;
}

.npsAddComment textarea {
    padding-top: 10px;
    height: 85px;
}

.npsCloseButton {
    float: right;
    margin: -12px -16px 0 0;
}

.kiyohLink {
    color: #FF5E00 !important;
}

a.kiyohForm {
    background-color: #ececec;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

a.kiyohForm img {
    -webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
    -moz-transition: all 0.3s ease-out; /* Firefox */
    -ms-transition: all 0.3s ease-out; /* IE 9 */
    -o-transition: all 0.3s ease-out; /* Opera */
    transition: all 0.3s ease-out;  
    width: 100%;
}

a.kiyohForm:hover img {
    -webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
    -moz-transition: all 0.3s ease-out; /* Firefox */
    -ms-transition: all 0.3s ease-out; /* IE 9 */
    -o-transition: all 0.3s ease-out; /* Opera */
    transition: all 0.3s ease-out;  
    -webkit-transform:scale(1.03); /* Safari and Chrome */
    -moz-transform:scale(1.03); /* Firefox */
    -ms-transform:scale(1.03); /* IE 9 */
    -o-transform:scale(1.03); /* Opera */
    transform:scale(1.03);
}

a.googleReviewButton {
    background-image: url("../img/Google-beoordeel-ons-groen.png");
    background-size: 100%;
    display: block;
    height: 145px;
    margin: 0 auto;
    width: 250px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;    
    transition: all 0.3s ease-out;
}

a.googleReviewButton:hover {
    -webkit-transition: all 0.3s ease-out; /* Safari and Chrome */
    -moz-transition: all 0.3s ease-out; /* Firefox */
    -ms-transition: all 0.3s ease-out; /* IE 9 */
    -o-transition: all 0.3s ease-out; /* Opera */
    transition: all 0.3s ease-out;  
    -webkit-transform:scale(0.94); /* Safari and Chrome */
    -moz-transform:scale(0.94); /* Firefox */
    -ms-transform:scale(0.94); /* IE 9 */
    -o-transform:scale(0.94); /* Opera */
    transform:scale(0.94);
}