form.form_feedback {
    padding: 10px;
    width: 70%;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    /*box-shadow: 2px 2px 18px -2px #bec1c3;*/
}
ul.list-unstyled.ordered-list {
    background: #f8f8f8;
    padding: 15px;
}
.ordered-list li {
    clear: both;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
    list-style: none;
    text-align: left;
    font-size: 15px;
}
.choice {
    float: right;
}

.card-vote {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 10px;
}

.broker-review-container {
    max-width: 1140px;
}

.broker-review-title {
    font-weight: bold;
}

.card-review {
    width: 380px;
    border: none;
    /*height: 280px;*/
}

.ratings {
    margin-right: 10px;
}

.ratings i {
    color: #cecece;
    font-size: 28px;
}

.rating-color {
    color: #fbc634 !important;
}

.review-count {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 24px !important;
}

.small-ratings i {
    color: #cecece;
}

.review-stat {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 2px;
}

.broker-review-logo {
    margin: 0 auto;
    max-width: 330px;
}

.review-total {
}

.rating-topic {
    margin-bottom: 5px;
}

.broker-review-avatar {
    border-radius: 5px;
    margin: 5px;
}
