.note-editor table > tbody > tr > td{
    border: 1px solid #999;
}

.note-editor table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

