.thonny, .noteable {
  border-radius: 5px;
  border-style: solid;
  border-width: 5px;
  padding: 0 1rem 0 1rem;
  margin-bottom: 0.9rem;
}

.thonny {
  border-color: #002345;
}

.noteable {
  border-color: #a50034;
}

button._show_hide {
  font-size: large;
}

p {
  overflow-wrap: normal !important;
  hyphens: none !important;
}