@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");
body { margin-bottom: 44px; }

@media print {
    @page { size: landscape }
    a { text-decoration: none; color: #000; }
}

/*https://medium.com/@mattbancroft03/django-crispy-forms-clean-horizontal-multiple-choice-fields-564734738287*/
.load-item-choice div { min-width: 250px; }

.dataTable th input { width: 100%; }