#yebcomment.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%;
}

#yebcomment h3 {
    border: none;
    border-bottom: 3px solid #68a524;
    color: #68a524;
    padding: .5em 1em;
    font-size: 15px;
}

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

#yebcomment .content-button .yebcomment_button {
    /* border: 1px solid #68a524;
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
    color: #68a524;
    margin: 0;
    cursor: pointer; */
}

#yebcomment .content-button .yebcomment_button:hover {
    /* background: #68a524;
    color: #FFFFFF; */
}

#yebcomment .productComment {
   /* margin-bottom: 25px;*/
}

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

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

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

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

#yebcomment .productComment .answer {
    /* padding-left: 15px; */
    color: #0a71b4;
    font-style: italic;
    margin-top: 10px;
    font-size:14px;
}

.yebcomment_summary {
    width: 100%;
}

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

.comment_anchor{
    cursor: pointer;
}
@media screen and (max-width: 1199px) {
    .comment_anchor span{ 
        display:none;
    }
}
/*@media (max-width: 768px) {*/
/*.productComment table,*/
/*.productComment td,*/
/*.productComment tr {*/
/*display: block;*/
/*}*/
/*}*/

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

    #yebcomment .productComment .nick {
        font-size: 1rem;
    }

    #yebcomment .productComment .date {
        font-size: .90rem;
    }

    #yebcomment .productComment .content-block {
        border: none;
        /* border-bottom: 1px solid #DDDDDD; */
        margin-top: 20px;
        padding-bottom: 25px;
    }
    .commentfilter {
        float:none;
        width:70%;
        cursor: pointer;
    }
    .commentfilter {
        float:none;
        width:70%;
        margin-right:0%;
        cursor: pointer;
    }
    .commentfilterreset {
        float:none;
        width:70%;
        cursor: pointer;
    }
}
.tab-content #yebcomment .productComment:nth-child(even){

    
    padding-top:15px;
    padding-bottom:15px;
    background:#f2f1ef;
}
.tab-content #yebcomment .productComment:nth-child(odd){

    padding-top:15px;
    padding-bottom:15px;
}