@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=EB+Garamond:ital,wght@0,400;0,700;1,400;1,700&family=Mulish:ital@0;1&family=Noto+Serif:ital@0;1&family=Ruluko&display=swap');
@font-face { font-family: 'Loblosch'; src: url('/fonts/loblosch/loblosch.ttf?v=20220317') format('truetype'); font-style: 'normal'; } 
@font-face { font-family: 'Loblosch'; src: url('/fonts/loblosch/loblosch-oblique.ttf?v=20220317') format('truetype'); font-style: italic; } 
  
.instructietekst {
  font-size: 60%;
  line-height: 115%;
  margin-top: 5px;
  font-family: 'ABeeZee', sans-serif;
}

.tinymce_content {
  font-size: 12pt;
  line-height: 1.3;
  font-family: 'ABeeZee', sans-serif;
}
.tinymce_content p {
  margin: 0 0 0 0;
}

.left {
  float: left;
  margin-right: 30px; 
}


.lines, .imagecell, .othercell {
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
}

div.print_attribution {
  font-size: 9pt;
  text-align: right;
}

.hokjes {

}
.centered .hokjes-table {
  margin: 0 auto 0 auto;
}
.align-right {
  text-align: right;
}
.align-right .hokjes-table {
  margin: 0 0 0 auto;
}

/* force printing of background color */
.line, .hokjes-cell {
  -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
  color-adjust: exact !important;                 /*Firefox*/
}

.word-justify .line {
  display: flex;
}
.word-justify .word {
  flex: 1 1 auto;
}
.word-justify .space {
  display: none;
}

.justify {
  text-align: justify;
  text-align-last: justify;
}
.justify .line, .justify .rawline {
  white-space: pre-wrap; /* somehow 'pre' negates justify when printing */
}