.spacing {
    margin-bottom: 20px;
}

footer {
    background: rgb(246, 245, 219);
}

.tikken-badge {
  color: #fff;
  background-color: rgb(132, 127, 111);
  padding: .15em .55em;
  font-size: .9em;
  font-weight: 700;
  border-radius: 45%;
}

.details-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: white;
  background-color: #4c7cc0;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2rem;
}

.form-check {
  margin-top: 20px;
  display: block; /* Ensure it takes a full row */
} 


@media print {
  @page {
    size: A4;
    margin: 9mm;
  }

  html, body {
    font-size: 85%;
  }

  .tikken-print {
    color: #000;
    background-color: unset;
  }

  .container {
    margin-left: 0%;
    display: inline;
  }
  
  
  /* avoid page-breaks inside a listingContainer*/
  .listingContainer{
    page-break-inside: avoid;
  }

  /* Improve colour contrast of links */
  a:link, a:visited {
    color: #781351
  }

  /* URL */
  a:link, a:visited {
    background: transparent;
    color:#333;
    text-decoration:none;
  }

  a[href]:after {
    content: "" !important;
  }

  a[href^="http://"] {
    color:#000;
  }

  #header {
    height:75px;
    font-size: 24pt;
    color:black
  }
}