18 lines
159 B
CSS
18 lines
159 B
CSS
|
@page {
|
||
|
margin: 0.5in;
|
||
|
size: A4;
|
||
|
}
|
||
|
|
||
|
html, body {
|
||
|
font-size: 10pt;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
max-width: 100%;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
th, td {
|
||
|
font-size: 9pt;
|
||
|
}
|