/* css only show/hide */

table.woocommerce-MyAccount-comments {
    direction: rtl;
}

table.woocommerce-MyAccount-comments td,
table.woocommerce-MyAccount-comments th {
    vertical-align: top !important;
}

table.woocommerce-MyAccount-comments th.comment-post {
    width: 40%;
}

table.woocommerce-MyAccount-comments th.comment-date {
    width: 15%;
}

table.woocommerce-MyAccount-comments th.comment-status {
    width: 15%;
}

table.woocommerce-MyAccount-comments th.comment-post {
    width: 30%;
}

comment-detail{
    font-size: small;
    font-weight: bold;
}