60 lines
881 B
CSS
60 lines
881 B
CSS
.tablehead{
|
|
padding: 10px;
|
|
border-bottom: solid black 5px;
|
|
border-top: solid black 5px;
|
|
}
|
|
|
|
.parcels{
|
|
font-size: smaller;
|
|
padding: 5px;
|
|
}
|
|
|
|
.title {
|
|
text-align: center;
|
|
text-decoration: underline;
|
|
font-weight: normal;
|
|
font-size: 11pt;
|
|
}
|
|
|
|
.body {
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.logo-container, .pagination-container {
|
|
text-align: right;
|
|
}
|
|
|
|
.table-header td {
|
|
width: 33%;
|
|
}
|
|
|
|
.parcels-table-container {
|
|
border: 1px solid white;
|
|
}
|
|
.parcels-table-container tr, .parcels-table-container td {
|
|
border: 1px solid white;
|
|
}
|
|
|
|
.parcels td {
|
|
font-size: 9pt;
|
|
padding: 10px 0;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.footer-text {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.signature {
|
|
margin-top: 30px;
|
|
} |