2017-05-25 18:25:42 +00:00
|
|
|
body {
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: -apple-system,
|
|
|
|
BlinkMacSystemFont,
|
|
|
|
"Segoe UI",
|
|
|
|
Roboto,
|
|
|
|
Helvetica,
|
|
|
|
Arial,
|
|
|
|
sans-serif;
|
|
|
|
line-height: 1.5;
|
|
|
|
padding: 0px 10px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
|
|
|
font: 0.85em Monaco, monospace;
|
|
|
|
}
|
|
|
|
tr.even {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
th, td {
|
2017-05-30 17:03:02 +00:00
|
|
|
padding: 0.25em 0.5em;
|
2017-05-25 18:25:42 +00:00
|
|
|
}
|
|
|
|
|
2017-05-30 17:03:02 +00:00
|
|
|
.content-wrapper {
|
|
|
|
max-width: 900px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2017-05-25 18:25:42 +00:00
|
|
|
.version-wrapper {
|
|
|
|
line-height: 2.25em;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#version {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
address {
|
|
|
|
text-align: right;
|
|
|
|
}
|