.pwh_cmt_block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pwh_cmt_tab li {
    padding: 5px 15px;
    font-size: 20px;
    background-color: #f5f5f5;
    color: #000;
    text-align: center;
    font-weight: 700;
}
.pwh_cmt_block ul{
    margin: 0 !important;
}
.pwh_cmt_block ul.pwh_cmt_tab{
    list-style-type: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.pwh_cmt_block ul.pwh_cmt_tab li{
    margin: 0 !important;
}
.pwh_cmt_tab_content {
    background-color: #f5f5f5;
    padding: 20px;
    padding-top: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 4px 4px 4px;
}
.pwh_cmt_textbox_top {
    position: relative;
}
#pwh_cmt_input {
    height: 150px !important;
    width: calc(100% - 60px) !important;
    max-width: 915px !important;
    color: rgb(51, 51, 51);
}
.pwh_cmt_btn_top {
    width: 100%;
    margin-top: 20px;
}
.pwh_cmt_btn_group button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #3230302b;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    text-decoration: none;
}
.pwh_cmt_btn_group button:hover, .pwh_cmt_btn_group button:focus {
    text-decoration: none;
}
.on_click_btn {
    background-color: #337ab7 !important;
    color: #FFFFFF !important;
}
.pwh_cmt_btn_sentence {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.pwh_cmt_word_count{
    margin-top: 5px;
    height: 10px;
}
.pwh_cmt_word_count span{
    font-size: 12px;
    color: #000;
}
.pwh_cmt_copy{
    float:right;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.pwh_cmt_copy_btn img{
    height: 43px;
    width: 43px;
}