You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
763 B
67 lines
763 B
html {
|
|
margin: 25px;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Arial', sans-serif;
|
|
font-size:12px;
|
|
}
|
|
|
|
table {
|
|
border-spacing: 1px;
|
|
}
|
|
|
|
td, th {
|
|
padding: 0px;
|
|
}
|
|
|
|
td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
table.main-table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table.main-table td, table.main-table th {
|
|
padding: 5px 3px;
|
|
}
|
|
|
|
h1, h2, h3, h4 {
|
|
margin: 0;
|
|
}
|
|
|
|
h2 { font-size: 20px; margin-bottom: 16px }
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 3px 0;
|
|
}
|
|
|
|
div {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.strong { font-weight: bold; }
|
|
|
|
.border-bottom {
|
|
border-bottom: 1px solid #333;
|
|
}
|
|
|
|
.page-break {
|
|
page-break-after: always;
|
|
}
|