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

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

table {
  border-collapse: collapse;
}

@page {
  size: A4;
  margin: 0;
}
@media print {

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

  .comment-title {
    padding: 2px 5px;
  }

}

.tlbold {
  font-size: 14px !important;
}

th {
  font-weight: normal !important;
}

th, td {
  border: 1px solid black;
}

.title {
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}

.tel {
  position: relative;
  top: 0;
}

table thead {
  background-color: #F2FFF3;
  font-weight: normal;
}

table {
  width: 100%;
}

.comment td{
  padding: 8px;
}

.comment-title {
  padding-top: 10px;
  background-color: #F2FFF3;
}
td {
  font-size: 14px;
}

.weather-td {
  background-color: #fff;
}

.c-yellow {
  background-color: yellow;
}

.c-red {
  background-color: coral;
}
.time-label {
  min-width: 60px !important;
  width: 60px !important;
}
