#lgcomment.page-product-box {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
    display: inline-block;
    width: 100%;
}

#lgcomment h3 {
    border: none;
    border-bottom: 3px solid #2fb5d2;
    color: #2fb5d2;
    padding: .5em 1em;
    font-size: 15px;
}

#lgcomment .content-button {
    text-align: center;
    margin: 0px 0px 10px 0px;
}

#lgcomment .productComment .nick {
    font-size: .86rem;
    color: #222222;
}

#lgcomment .productComment .date {
    font-size: .72rem;
    color: #7a7a7a;
}

#lgcomment .productComment .title {
    font-size: 1rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 10px;
}

#lgcomment .productComment .info-block img {
    margin-left: 0px;
    margin-right: 0px;
}

#lgcomment .productComment .comment {
    font-size: 0.95rem;
    color: #555555;
}

#lgcomment .productComment .answer {
    padding-left: 50px;
    color: #2fb5d2;
    font-style: italic;
    margin-top: 10px;
}

.lgcomment_summary {
    border-bottom: 3px solid #2fb5d2;
    display: table;
    padding: 20px 25px;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #777777;
}

.commentfilter {
    float: left;
    width: 12%;
    cursor: pointer;
}

.commentfiltertitle {
    float: left;
    width: 100%;
    cursor: pointer;
}

.commentfilterreset {
    float: left;
    width: 14%;
    cursor: pointer;
}

.comment_anchor {
    cursor: pointer;
}

@media (max-width: 767px) {
    #lgcomment .productComment .nick {
        font-size: 1rem;
    }
    #lgcomment .productComment .date {
        font-size: .90rem;
    }
    #lgcomment .productComment .content-block {
        border: none;
    }
    .commentfilter {
        float: none;
        width: 70%;
        cursor: pointer;
    }
    .commentfilter {
        float: none;
        width: 70%;
        margin-right: 0%;
        cursor: pointer;
    }
    .commentfilterreset {
        float: none;
        width: 70%;
        cursor: pointer;
    }
}

@media (max-width: 575px) {
    #lgcomment .productComment .info-block {
        margin-bottom: 10px;
    }
}

.comment_anchor {
    cursor: pointer;
}

#lgcomment .productComment {
    margin-bottom: 15px;
    padding-top: 15px;
}

#lgcomment .productComment+.productComment {
    border-top: 1px solid #dbdbdb;
}

#lgcomment .productComment.row {
    margin-right: 0px;
    margin-left: 0px;
}

#lgcomment .productComment.row .info-block,
#lgcomment .productComment.row .content-block {
    padding-left: 0px;
    padding-right: 0px;
}