.pdfbg1{
    background-image: url("@web/images/logo-large.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.print h1 {
    text-align: center;
    font-size: 1.5em;
}

.print table {
    font-size: 0.8em;
}

.print table, .print th, .print td {
    padding: 6px 2px;
}

.print thead td{
    font-weight: bold;
    text-align: center;
    background-color: #f0f0f0;
}

.border table, .border th, .border td {

}

.cell-center{
    text-align: center;
}

.cell-right {
    text-align: right;
}

.caption{
    height: 20px;
    font-size: 13px;
}