body {
    font-size: 10pt;
}

#navbar, #breadcrumb, #messages, input, select, button, .input-group, .form-group, .btn, tr.adder, .nav {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    width: 100%;
    text-decoration: underline;
}

th {
    text-align: left;
}

a, a:visited {
    text-decoration: inherit;
    color: inherit;
}

pre {
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.d-print-none {
  display: none;
}

tr.question > th, tr.question > td {
  page-break-inside: avoid;
}

tr.border-bottom > td {
  border-bottom: 1px grey dashed;
}

tr.border-top > td {
  border-top: 1px grey dashed;
}
