.lgcomments_store_reviews {

}

.lgcomment_block {
    background-color: #ffffff;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    padding: 15px;
}

.lgcomments_store_reviews .lgcomment_summary{
}

.lgcomments_store_reviews table{
    width: 100%;
}

.lgcomment_block .credits .customer{
    float:left;
}

.lgcomment_reviews {
    text-align: center;
}

.lgcomment_block .title{
    font-weight: bold;
    text-align: center;
}

.lgcomment_summary .title{
    font-weight: bold;
    text-transform: uppercase;
    text-align: center !important;
    padding: 10px;
}

.lgcomment_summary td{
    text-align: center !important;
}

.lgcomment_reviews .credits {
    width: 100%;
    text-align: left;
}

.lgcomment_reviews .credits .name {
    font-weight: bold;
}

.lgcomment_reviews .credits .date{
    float: right;
}

.lgcomment_reviews .rating_img {
    margin-bottom: 5px;
    padding: 10px;
}

.lgcomment_reviews .comment {
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-bottom:15px;
}

.lgcomment_reviews .answer {
    border-top: 1px solid #b8b8b8;
    margin-top:20px;
    padding-top:20px;
}

.lgcomment_reviews .comment,
.lgcomment_reviews .comment p,
.lgcomment_reviews .answer,
.lgcomment_reviews .answer p {
    font-size: 13px;
    color: #777777;
}

.lgcomment_block .average {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lgcomment_review {
    margin: 15px 0;
}

.lgcomment_button{
    margin: 15px auto;
    text-align: center;
}

.lgcomment_button button{
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #d6d4d4;
    border-radius: 10px;
    color: #777777;
    font-size: 16px;
    line-height: 18px;
    padding: 15px;
    margin: 0 auto;
}

.lgcomments_law_block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CCCCCC;
    padding: 15px;
    font-weight: bold;
}
/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #ffe600;
}
#form_review_popup .lg_score_img_icon {
    width: 65px;
}
.hide_lg {
    display: none;
}
.show_lg {
    display: block;
}
#form_review_popup .helptext {
    display: inline-block;
    margin-top: 10px;
}
#form_review_popup .helptext p{
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #000;
}
#module-lgcomments-reviews .page-header h2{
    font-size: 20px;
    line-height: 1.3;
}
#module-lgcomments-reviews #form_review_popup h3 {
    text-align: left;
}
#module-lgcomments-reviews #form_review_popup {
    margin: auto;
    float: none;
}
#module-lgcomments-reviews .review-message_confirmation_good, #module-lgcomments-reviews .review-message_confirmation_bad {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
#module-lgcomments-reviews .review-message_confirmation_good a {
    color: #2fb5d2;
}
#module-lgcomments-reviews .review-message_confirmation_good img {
    width: 60%;
    margin: auto;
}
@media (max-width: 768px) {
    #module-lgcomments-reviews .review-message_confirmation_good img {
        width: 100%;
        margin: auto;
    }
}