body.product-view #contentZone .productViewPage table form#productCommentForm table td:first-child {
    width: 100px !important;
}

body.product-view #contentZone .productViewPage table table {
    width: 100%;
}
body.product-view #contentZone .productViewPage table.listtype2 td {
    border: none !important;
}

body.product-view iframe#comment___Frame {
    width: 100% !important;
}
body.product-view td:nth-child(2), body.product-view #mytable > tbody > tr:nth-child(1) > th:nth-child(2) {
    max-width: initial;
    overflow: initial;
}


form#productCommentForm, input#writerName, input#writerEmail, input#writerPhone, textarea#comment {
    font-family: DBAdmanX;
    font-size: 22px;
    color: #000;
}

form#productCommentForm input, textarea#comment {
    border: 1px solid #ababab;
    border-radius: 5px;
}

