body {
    background: rgb(204,204,204);
    font-family: "Times New Roman", serif;
}

page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    /* box-shadow: 0 0 0.5cm rgba(0,0,0,0.5); */
}

page[size="A4"] {  
    width: 21cm;
    /* height: 29.7cm;  */
    height: 31cm; 
}

.row_header {
    padding-top: 1cm;
    height: 2cm;
    display: inline;
}

.table-header {
    height: 2cm;
    text-align: center;
    padding-top: 0.5cm;
    font-size: 1.5rem;
    font-weight: 700;
}

.edge-col {
    width: 1cm;
}

.edge-col-2 {
    width: 1.5cm;
}

.edge-half-col {
    width:0.5cm;
}

.edge-half-col-a {
    width:0.75cm;
}

.rotate {
    transform: rotate(-90deg);
}

.text-size {
    font-size: 1rem;
}

.no-wrap {
    white-space: nowrap;
}

.line-height {
    height: 28px;
}

.id-padding {
    padding-left: 5px!important;
}

.my-mt-8 {
    margin-top: 20px;
}

.my-ml-12 {
    margin-left: 12px;
}

.font-to-bold {
    font-weight: 700;
}

.text-my-align {
    margin-bottom: 0!important;
    margin-top: 60px;
    font-size: 0.7rem;
  }

@media print {
    body, page {
      margin: 0;
      box-shadow: 0;
    }
}