body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font: 12pt "Tahoma";
}

div#forecast {
  margin-bottom: 10px;
}

#content {
  height: 200mm;
  width: 297mm;
  padding: 10mm;
  margin-bottom: 0;
}

.area-cover {
  margin-top: 10px;
}

.area-content {
  display: block;
  position: relative;
}

.area-content .table-text-left {
  position: absolute;
  bottom: 3px;
}

table {
  border-collapse: collapse;
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    height: 297mm;
    width: 210mm;
  }

  #content {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
  }
}

.text-top {
  margin-bottom: 10px;
}

.t-blue {
  background-color: #98CBFF;
}

.t-orange {
  background-color: #FFCB00;
}

tr.tr-data th .text-in-row {
  padding-top: unset;
}

#table-warning {
  table-layout: fixed;
  margin-bottom: 20px;
}

/* Hide text no warning by default */
#text-no-warning {
  display: none;
}