49 lines
537 B
CSS
49 lines
537 B
CSS
@page {
|
|
margin: 0.5in;
|
|
size: A4 landscape;
|
|
}
|
|
|
|
html, body {
|
|
font-size: 10pt;
|
|
}
|
|
|
|
body {
|
|
max-width: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
th, td {
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.pagebreak {
|
|
page-break-after: always;
|
|
}
|
|
|
|
#logo img {
|
|
height: 4em;
|
|
}
|
|
|
|
h1 {
|
|
margin: 1em !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.signatures {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 1em 0;
|
|
}
|
|
|
|
.signatures>div {
|
|
width: 45%;
|
|
}
|
|
|
|
.signatures p {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
table {
|
|
page-break-inside: avoid;
|
|
}
|