.sampling-title{
  font-size:24px;
  font-weight:bold;
}

.sampling-sheet{
  width:180mm;
  min-height:250mm;
  padding:9mm;
  font-size:13px;
  line-height:1.55;
}

.sampling-title-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:14px;
}

.sampling-table{
  width:100%;
  margin-left:0;
  border-collapse:collapse;
  margin-top:8px;
  margin-bottom:10px;
  font-size:12px;
}

.sampling-table th,
.sampling-table td{
  border:1px solid #111;
  padding:6px 7px;
  text-align:center;
  vertical-align:middle;
}

.sampling-table th{
  font-weight:bold;
}

.sampling-table th:nth-child(4),
.sampling-table td:nth-child(4){
  width:70px;
  white-space:nowrap;
}

.sampling-table th:nth-child(5),
.sampling-table td:nth-child(5){
  width:80px;
  white-space:nowrap;
}

.sampling-table th:nth-child(3),
.sampling-table td:nth-child(3){
  width:120px;
  white-space:nowrap;
}

.indent{
  margin-left:28px;
  margin-top:3px;
  margin-bottom:3px;
  line-height:1.6;
}

.sampling-subtitle{
  margin-left:12px;
  margin-top:10px;
  margin-bottom:6px;
}

.note{
  margin-left:42px;
  font-size:13px;
  line-height:1.8;
}

.sampling-line{
  margin-top:18px;
  margin-bottom:4px;
  line-height:1.6;
}

.sampling-choice-line{
  margin-left:42px;
  margin-top:6px;
  margin-bottom:6px;
  line-height:1.9;
}

.sampling-witness-line{
  line-height:2.0;
}

.circle{
  display:inline-block;
  border:1px solid #111;
  border-radius:999px;
  padding:1px 6px;
}

@page{
  size:A4 portrait;
  margin:1mm;
}

@media print{
  body{
    zoom:1;
  }

  .sampling-sheet{
    width:190mm;
    min-height:auto;
    padding:0;
    margin:0 auto;
  }
}
