.course-review-headline{
    font-size: 15px;
    margin-bottom: 15px;
}

.course-review-wrapper{
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
}

.line-course-review{
    border-top: 2px solid #ddd;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    clear:both;
}

.course-review-footer{
    padding-top: 10px;
    padding-bottom: 10px;
}

.course-review-wrapper{
    background: #ffffff;
}

.activeRatingTab {
    background-color: rgb(255,149,41) !important;
    color: #fff !important;
    border: none !important;
}

.distribute-review-button {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 6px !important;
    font-size: 14px;
    border-radius: 4px;
    cursor: default;
}

.courseReviewModalTextarea{
    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.course-review-distribute{
    font-size: 16px;
}

.course-review-distribute-wrapper{
    line-height: 1em;
}

.course-review-avg-header{
    text-align: center;
    margin-bottom: 10px;
}

.course-review-avg-body{
    font-size: 39px;
    color:orange;
    text-align: center;
    margin-top: 15px;
}

.distribute-review-wrapper{
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
}

@media (min-width: 1200px) {
    .distribute-review-button {
        padding: 6px 12px;
    }
}

@media (max-width: 480px) {
    .course-review-left-col, .course-overall{
        border-right:none;
    }

    .course-review-content{
        padding:20px;
    }
}

@media (max-width: 991px) {
    .distribute-review-wrapper {
        display: grid;
        text-align: center;
        margin-left: 15px;
        margin-top: 0;
    }
    .distribute-review-button {
        margin-bottom: 5px;
    }
    .course-review-individuals-rating, .course-review-message, .course-review-info {
        text-align: left !important;
    }
    .scrollable-container ol {
        padding-left: 0 !important;
    }
    .tab-content {
        padding: 0;
    }
}

.course-review-list{
    margin-top: 15px;
    margin-bottom: 15px;
}

#courseReviewListWrapper{
    max-height: 800px; overflow-y: auto; margin: 0 0 0 0;
}

.courseReviewSummaryProfilePic{
    padding-top: 10px;
}
.courseReviewSummaryProfilePic .circular-thumb, .course-review-individual-display .circular-thumb{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #CCC;
}

.course-review-individual-display{
    padding-top: 12px;
}

div.bigstars div.rateit-range
{
    background: url('../../../js/rateit/example/content/star-white32.png');
    height: 32px;
}

div.bigstars div.rateit-hover
{
    background: url('../../../js/rateit/example/content/star-gold32.png');
}

div.bigstars div.rateit-selected
{
    background: url('../../../js/rateit/example/content/star-gold32.png');
}

div.bigstars div.rateit-reset
{
    background: url('../../../js/rateit/example/content/star-black32.png');
    width: 32px;
    height: 32px;
}

div.bigstars div.rateit-reset:hover
{
    background: url('../../../js/rateit/example/content/star-white32.png');
}
