.board_btn {
    background: #222222;
    border-color: #222222;
    color: #ffffff;
    font-weight: 500;
}

.comment_info {
    position: relative;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #e5e5e5;
}

.contents_holder {
    padding: 15px 10px 15px 10px;
    line-height: 1.8em;
    font-size: 13px;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    color: #777;
}