/* Small touches */
body { background: #f6f7fb; }
.card { border-radius: 1rem; }
.table thead th { white-space: nowrap; }
.badge-validated { background:#e3f7e9; color:#277a3f; border:1px solid #ccebd6; }
pre { white-space: pre-wrap; }


/* strike-through notes */
.note-struck { opacity: .7; }
.note-struck .text { text-decoration: line-through; }

.note-body{
  white-space: pre-wrap;      /* keep line breaks / paragraphs */
  overflow-wrap: anywhere;    /* break very long words/urls */
}
