.score-row {
    width: 100%;
    text-align: center;
}

.score-row div.explanation {
    width: 528px;
    float: left;
    padding: 10px;
}

.score-shower {
    float: left;
    width: 150px;
    background-color: #F3F4F8;
    border: 1px solid #DAE5F1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    margin-right: 10px;
}

.score {
    color: #008FC5;
    font-size: 28px;
    display: block;
    margin-bottom: 20px;
}

.total-score {
    color: #BBB;
    display: block;
}

.scoring-item {
    overflow: hidden;
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
}

.scoring-subject {
    background-color: #fff;
    padding-right: 2px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 84%;
    display: inline-block;
}

.scoring-value {
    color: #008FC5;
    float: right;
    background-color: #fff;
    padding-left: 2px;
    position: relative;
    z-index: 1;
    margin-right: 10px;
}

.clear {
    clear: both;
}

.leave-review {
    background-color: #fdf4cb;
    border: 1px solid #FFC500;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
}

.leave-review h2.leave-review-title {
    margin-bottom: 20px;
    margin-top: 0px;
}

.leave-review textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 10px;
}

.leave-review p.review-thanks {
    margin-bottom: 0px;
}

.leave-review button {
    width: 210px;
    padding: 5px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    border: 1px solid black;
    font-size: 14px;
    margin-top: 10px;

    float: right;

    color: #fff;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: rgba(188, 0, 38, 1);
    background: -moz-linear-gradient(top, rgba(188, 0, 38, 1) 0%, rgba(142, 0, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188, 0, 38, 1)), color-stop(100%, rgba(142, 0, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(188, 0, 38, 1) 0%, rgba(142, 0, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(188, 0, 38, 1) 0%, rgba(142, 0, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(188, 0, 38, 1) 0%, rgba(142, 0, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(188, 0, 38, 1) 0%, rgba(142, 0, 19, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc0026', endColorstr='#8e0013', GradientType=0);
}

.leave-review #review-confirmation {
    float: right;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 16px;
}

.review {
    background-color: #F3F4F8;
    border: 1px solid #DAE5F1;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
}

.review-header img {
    float: left;
    margin-right: 10px;
}

.review-header .review-details {
    float: left;
    margin-top: 5px;
}

.review-header .review-details span {
    color: #008FC5;
    font-size: 18px;
}

.review .review-description {
    clear: both;
    padding-top: 10px;
}

.review .review-rating {
    color: #f5b301;
}

/**
 * AcidJS stars
 */

.acidjs-rating-stars,
.acidjs-rating-stars label::before {
    display: inline-block;
}

.acidjs-rating-stars label:hover,
.acidjs-rating-stars label:hover ~ label {
    color: #f5b301;
}

.acidjs-rating-stars * {
    margin: 0;
    padding: 0;
}

.acidjs-rating-stars input {
    display: none;
}

.acidjs-rating-stars {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.acidjs-rating-stars label {
    color: #ccc;
}

.acidjs-rating-stars label::before {
    content: "\2605";
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.acidjs-rating-stars input:checked ~ label {
    color: #f5b301;
}

.acidjs-rating-disabled {
    opacity: .50;

    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

/**
 * BFH Subscribe styling
 */

.bfh_subscribe {
    background: rgba(67, 146, 230, 1);
    background: -moz-linear-gradient(top, rgba(67, 146, 230, 1) 0%, rgba(6, 38, 87, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67, 146, 230, 1)), color-stop(100%, rgba(6, 38, 87, 1)));
    background: -webkit-linear-gradient(top, rgba(67, 146, 230, 1) 0%, rgba(6, 38, 87, 1) 100%);
    background: -o-linear-gradient(top, rgba(67, 146, 230, 1) 0%, rgba(6, 38, 87, 1) 100%);
    background: -ms-linear-gradient(top, rgba(67, 146, 230, 1) 0%, rgba(6, 38, 87, 1) 100%);
    background: linear-gradient(to bottom, rgba(67, 146, 230, 1) 0%, rgba(6, 38, 87, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4392e6', endColorstr='#062657', GradientType=0);
    padding: 20px 20px 20px 60px;
    border: 3px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.sidebar .bfh_subscribe h3 {
    color: #fff;
}

.bfh_subscribe .form-group .control-label {
    width: 100%;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bfh_subscribe .form-group .form-control {
    padding: 0.333em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 200px;
}

.bfh_subscribe button {
    width: 210px;
    padding: 5px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    border: 1px solid black;
    font-size: 13px;
    margin-top: 20px;

    color: #fff;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: rgba(188, 0, 38, 1);
    background: -moz-linear-gradient(top, rgba(188, 0, 38, 1) 0%, rgba(142, 0, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188, 0, 38, 1)), color-stop(100%, rgba(142, 0, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(188, 0, 38, 1) 0%, rgba(142, 0, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(188, 0, 38, 1) 0%, rgba(142, 0, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(188, 0, 38, 1) 0%, rgba(142, 0, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(188, 0, 38, 1) 0%, rgba(142, 0, 19, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc0026', endColorstr='#8e0013', GradientType=0);
}