@page {
  margin: 15mm;
}

body {
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 11pt;
}

h1 {
  margin: 0 0 10mm 0;
  text-align: left;
}

.controls,
.actions,
.hint,
.message,
.no-print {
  display: none !important;
}

.only-print {
  display: block !important;
  margin-bottom: 8mm;
  font-size: 11pt;
}

.card {
  border: none;
  padding: 0;
}

.table-wrap {
  overflow: visible;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 0;
}

th, td {
  border: 1px solid #000;
  padding: 6px 8px;
  text-align: left;
  font-size: 10.5pt;
}

th {
  background: #fff;
  font-weight: bold;
}

input {
  border: none;
  padding: 0;
  font-size: 10.5pt;
  background: transparent;
}

.out--positive,
.out--negative,
.out--neutral {
  color: #000 !important;
}