@page {
    height: 297mm;
    width: 210mm;
}

.manifest {
    font-size: 16px;
    height: 297mm;
    width: 210mm;
}

.manifest img {
    margin: 0 0 5mm 0;
}

.manifest .info .item {
    display: flex;
}

.manifest .info .item .title {
    font-weight: 600;
    width: 50mm;
}

.manifest .info .table {
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    margin: 5mm 0;
}

.manifest .info .table .row {
    border-bottom: 1px solid #888;
    display: flex;
}

.manifest .info .table .row .col {
    border-left: 1px solid #888;
    padding: 5mm;
    width: calc(100% / 3);
}

.manifest .info .table .row .col .title {

}

.manifest .info .table .row .col .text {

}