.seq {
  font-family: monospace;
  line-height: 1.5;
  background: #CCCCCC;
  border: 1px solid black;
  padding: 8px;
  display: inline-block;
  white-space: pre;
}

#resultsTable td.sequence-cell {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 500px;
}
