table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
}
table th,
table td {
  border: 1px solid #ddd;
  padding: 5px;
}

.dark {
  color: #ddd;
}

.note-editor .note-editing-area .note-editable table {
  width: unset !important;
}
.note-frame {
  font-family: "Neo" !important;
}
