/* Theme customisation for bootstrap5 */

/* Extra space to allow last card to sit at top of screen the way
 * all the others do. */
body {
  padding-bottom: 70px;
}

.clear-fixed-top {
  margin-top: 25px;
}

.tab-content {
  margin-top: 10px;
}

.card {
  margin-top: 25px;
}

.form-control {
  margin-bottom: 10px;
}
.form-select {
  margin-bottom: 10px;
}

/* The json-editor editor holder... */
.je-ready .card-body {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.je-object__controls {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media print {
  .noprint {
    display: none;
  }
}
