/*
 * -- NOTE STYLES --
 */

.notes-table tbody {
  display: flex;
  flex-direction: column;
 }

 .note-content {
  white-space: pre-wrap;
  overflow-wrap: break-word;
 }

input[type="file" i] {
  background-color: rgb(214, 214, 214);
}

.button-archive {
  background-color: var(--steel-blue);
  color: white;
}

.edit-button,
.close-button {
  padding-right: 5px;
  text-decoration: underline;
  cursor: pointer;
}

td .edit-note {
  display: inline;
  width: 100%;
}