table input[type=number]:not(.is-fullwidth) {

  width: 8em !important;

}

.modal_wide {

  width: 90% !important;

}

span.has-text-link {

  cursor: pointer;

}

.content figure img {

  max-height: 20em;

}

#print {

  margin-left: -14rem;

}

#print h3 {

  margin: auto;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

#print table {

  width: 80%;
  margin: auto;

}

#print th,
#print td {

  padding: 0.5rem;

}

#print th,
#print td {

  border: 1px solid black;
  padding: 0.2rem;

}

#print .navbar {

  margin-left: -14rem;

}

.sticker {

  display: flex;
  flex-wrap: wrap;

}

.sticker div {

  text-align: center;
  height: 42.3mm;
  width: 33.3%;
  padding: 3%;

}

.sticker div:nth-child(3n-1) {

  width: 33.4%;

}

.stamp {

  position: relative;
  width: 7em;
  margin-left: -5%;

}

#pr_movies {
  position: fixed;
  top: 3.5em;
  right: 0.5em;
  width: 33%;
}

#pr_movies iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.notice_modal {
  font-weight: normal !important;
}

.ql-toolbar {
  border-radius: 4px 4px 0 0;
}
.ql-container {
  border-radius: 0 0 4px 4px;
  font-size: 1rem;
}
.ql-editor p {
  margin-bottom: 0 !important;
}
.ql-editor .ql-size-small {
  font-size: 0.5rem;
}
.ql-editor .ql-size-large {
  font-size: 1.5rem;
}
.ql-editor .ql-size-huge {
  font-size: 2rem;
}
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  font-size: 16px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 12px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 20px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 24px;
}
.ql-style p {
  margin-bottom: 0 !important;
}
.ql-style .ql-video {
  display: block;
  max-width: 100%;
}
.ql-style .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-style .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-style .ql-bg-black {
  background-color: #000;
}
.ql-style .ql-bg-red {
  background-color: #e60000;
}
.ql-style .ql-bg-orange {
  background-color: #f90;
}
.ql-style .ql-bg-yellow {
  background-color: #ff0;
}
.ql-style .ql-bg-green {
  background-color: #008a00;
}
.ql-style .ql-bg-blue {
  background-color: #06c;
}
.ql-style .ql-bg-purple {
  background-color: #93f;
}
.ql-style .ql-color-white {
  color: #fff;
}
.ql-style .ql-color-red {
  color: #e60000;
}
.ql-style .ql-color-orange {
  color: #f90;
}
.ql-style .ql-color-yellow {
  color: #ff0;
}
.ql-style .ql-color-green {
  color: #008a00;
}
.ql-style .ql-color-blue {
  color: #06c;
}
.ql-style .ql-color-purple {
  color: #93f;
}
.ql-style .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-style .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-style .ql-size-small {
  font-size: 0.75em;
}
.ql-style .ql-size-large {
  font-size: 1.5em;
}
.ql-style .ql-size-huge {
  font-size: 2.5em;
}
.ql-style .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-style .ql-align-center {
  text-align: center;
}
.ql-style .ql-align-justify {
  text-align: justify;
}
.ql-style .ql-align-right {
  text-align: right;
}

@media screen and (max-width: 1024px) {

  html {

    padding-top: 0 !important;

  }

  #print {

    margin-left: 0;
    margin-top: 0;

  }

  #print .navbar {

    margin-left: 0;

  }

}

@media print {

  @page {
    size: A4 portrait;
    margin: 0mm;
  }

  html {

    background-color: white;

  }

  #print {

    margin: auto;
    margin-top: -3.25rem;

  }

  #print article.sheet {

    text-align: center;
    font-size: 0.8rem;
    padding: 0 5%;
    page-break-after: always;

  }

  #print article.sheet.sticker {

    padding: 0;
    margin: 0;

  }

  #print .nowrap {

    white-space: nowrap;

  }

  :not(#print *) {

    display: none;

  }

  html,
  body,
  #print {

    display: block !important;
    font-size: 10pt !important;

  }

  #print table {

    width: 100%;

  }

  #print .box {

    box-shadow: none;
    padding: 0;
    margin: 15mm;

  }

  #print .column {

    width: 100%;

  }

  #print .is-hidden {

    display: block !important;

  }

  #print #stamp {
    background-image: url("/img/stamp.png");
    background-size: 20%;
    background-position: top 0.2em right 16em;
    background-repeat: no-repeat;
    padding: 1em;
  }

}