#structure .s-notes-editor {
  font-size: 14px;
  min-width: 300px;
  width: 100%;
  margin-top: 4px;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: auto;
}
