#lgcomment.page-product-box {
    margin-top: 20px;
    background: #fff;
    display: inline-block;
    width: 100%;
}

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

#lgcomment .content-button .lgcomment_button {
    border: 1px solid #D4D4D4;
    border-radius: 30px;
    font-size: 16px;
    padding: 15px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
}

#lgcomment .content-button .lgcomment_button:hover {
    border-color: #A0A0A0;
}

#lgcomment .productComment {
    margin-bottom: 25px;
}

#lgcomment .productComment .content-block {
    border-left: 1px solid #2fb5d2;
}

#lgcomment .productComment .nick {
    font-size: 15px;
    color: #222222;
}

#lgcomment .productComment .date {
    font-size: 12px;
    color: #7a7a7a;
}

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

#lgcomment .productComment .comment {
    font-size: 15px;
    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,
.commentfiltertitle,
.commentfilterreset
{
    float:left;
    width:11%;
}

@media (max-width: 768px ) {
    #lgcomment .productComment .info-block {
        text-align: center;
    }

    #lgcomment .productComment .nick {
        font-size: 18px;
    }

    #lgcomment .productComment .date {
        font-size: 15px;
    }

    #lgcomment .productComment .content-block {
        border: none;
        border-bottom: 1px solid #DDDDDD;
        margin-top: 20px;
        padding-bottom: 25px;
    }

    .commentfilter {
        float:none;
        width:70%;
        margin-right:0%;
    }
}

.comment_anchor {
    cursor: pointer;
}