.truncate_cell {
  width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#search_input {
  width: 100%;
  padding: 8px;
  margin-bottom: 12px;
  border-radius: 0px;
  border: 1px solid var(--text-color);
  background-color: var(--background-color-2);
  font-style: italic;
}

tbody > p {
  margin: 8px;
}