/* Typsnitt */
body {
  font-family: Arial, sans-serif;
  font-size: 9px;
  max-width: 1200px;
  margin: auto;
  padding: 2rem;
}

/* Rubriker */
h4 {
  font-size: 28px;
  text-align: center;
  color: #01351C;
    border-bottom: 3px solid #01351C;
  padding-bottom: 0.3rem;
      border-top: 3px solid #01351C;
  padding-top: 0.3rem;
}

h1 {
  color: #01351C;
  border-bottom: 2px solid #01351C;
  padding-bottom: 0.2rem;
}

h2 {
  font-size: 16px;
  color: #01351C;
  border-bottom: 1px solid #01351C;
  padding-bottom: 0.2rem;
}

h3 {
  font-size: 16px;
  color: #01351C;
  border-bottom: 1px solid #01351C;
  padding-bottom: 0.2rem;
  margin-bottom: 0.8rem;
}

/* Tabeller */
table {
  font-family: Arial, sans-serif;
  font-size: 9px;
  width: 100% !important;
}

thead th {
  background-color: #01351C !important;
  color: white !important;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}

tbody tr:nth-child(even) td {
  background-color: #D1E0D7 !important;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}

/* Sidbryt */
.sidbryt {
  page-break-after: always;
}

.kable_wrapper {
  width: 100% !important;
}

/* Utskrift */
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

  thead {
    display: table-header-group !important;
  }

  thead th {
    background-color: #01351C !important;
    color: white !important;
  }

  tbody tr:nth-child(even) td {
    background-color: #D1E0D7 !important;
  }


  table {
    margin-top: 0 !important;
  }
}

table.table thead th {
  background-color: #01351C !important;
  color: white !important;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}

@media print {
  table.table thead th {
    background-color: #01351C !important;
    color: white !important;
  }
}