/* BASIC css start */
#review-board-write table {width:100%; background-color:#eaeaea; border-top: 2px solid #464646; margin-bottom:20px;}
#review-board-write table tr {height:45px;} 
#review-board-write table th {width:95px; text-align:left; padding-left:10px;}
#review-board-write table td {padding:0 10px;}
#review-board-write table .comm {width:90%;}
#review-board-write .MS_input_textarea {width:100%;}
#review-board-write table .file .MS_input_file {width:100%; height: 35px; border: 1px solid #bbb; vertical-align: middle; padding-left: 10px; box-sizing: border-box;}
#review-board-write table .file .MS_input_file_button {width: 115px; height: 35px; line-height: 35px; display: inline-block; position: absolute; top: 0; right: 0; background-color: #858585; color: #fff; text-align: center; border: 1px solid #858585; box-sizing: border-box; vertical-align: middle;}
#review-board-write .pd10 {line-height: 1.7; margin:20px 0;}
#review-board-write .write-btn {padding:0 10px;}
#review-board-write .write-btn .btn_Red {margin-bottom:10px;}
/* BASIC css end */


table.information {
    width: 100%;
    border: 1px solid rgb(213, 213, 213) /* border-collapse: collapse; */;
}


.information th, .information td {
    border: 1px solid rgb(213, 213, 213);
    padding: 5px 0 5px 13px !important;
    background: #fff;
}