.page-print {
    width: 210mm;
    min-height: 300mm;
    /*padding: 10mm;*/
    margin: 10mm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
    height: 350mm;
    font-size: 14px;
}
.subpage {
    /*padding: 1cm;*/
    /*border: 5px red solid;*/
    height: 257mm;
    outline: 2cm #FFEAEA solid;
}
.subpagex {
    /*border: 3px solid red;*/
    padding: 1cm;
    height: 100%;
    display: block;
    position: relative;
    width: 100%;
}
.page-print textarea, .page-print input[type='text'], .page-print select {
    width: 100%;
}
.table.head-print-equip td {
  border: 1px solid #333;
}
.font-miring {
    font-style: italic;
}
.table-text-atas{
    vertical-align: top;;
}