@import url('/resources/styles/default.css') all;
@import url('/resources/styles/author.css') all;
@import url('/resources/styles/textbox.css') all;

.TextBox img {
  max-width: 15cm;
}
.ConfigFile {
  /* margin-left: 2em; */
  /* font-size: 9.5pt; */
  border: solid 0.5mm rgba(255,255,255,0.5);
  border-left: solid 2mm;
  background: rgba(0,0,0,0.2);
  padding: 2mm;
  white-space: pre;
  overflow: auto;
}
.ConfigFile em {
  color: #69f;
}
body { max-width: inherit; }
*#text {
/*  -moz-column-width: 14cm;
  -webkit-column-width: 14cm;
  column-width: 14cm;
  -moz-column-gap: 4mm;
  -webkit-column-gap: 4mm;
  column-gap: 4mm;*/
  margin-left: auto;
  margin-right: auto;
  max-width:1024px; max-width:102.4rem;
  min-width:320px; min-width:32rem;
}
/* h1,h2,h3,h4,h5,h6 {
  break-before: column;
  -webkit-column-break-before: auto;
} */
