.column {
  width: unset;
  flex: 1;
  min-width: 300px;
}

.ass {
  margin: 1em 0 !important;
  max-width: 100% !important;
  display: block !important;

  transition: all 0.2s ease; 
}

.ass:hover {
  filter: brightness(1.2)
}

.shit {
  overflow-wrap: break-word;
  font-family: monospace !important;
  color: #606085 !important;
}

.fuckhole {
  font-size: small;
  line-height:1.5;
}

.whore {
  background-color: #00000057;
  color: #dbdee1;
  border: 1px solid #60608545;
  border-radius: 6px;
  padding: 4px 4px;
  font-size: small;
  margin: -0.4rem;
  white-space: pre-wrap;
  word-break: break-all;
  display: block;

  transition: all 0.2s ease; 
}

.whore:hover {
  filter: brightness(1.2);
}

.prose hr {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

