2018-06-21 10:23:45 +01:00
|
|
|
* {
|
2018-08-02 22:47:49 +01:00
|
|
|
background-color: #fff !important;
|
|
|
|
color: #222;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
html, body {
|
2019-01-05 11:56:12 +00:00
|
|
|
font-size: 10pt !important;
|
2018-08-02 22:47:49 +01:00
|
|
|
font-family: Helvetica, sans-serif !important;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@page {
|
2018-08-02 22:47:49 +01:00
|
|
|
margin: 0.6in 0.5in;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.limit,
|
2018-08-02 22:47:49 +01:00
|
|
|
body > section {
|
|
|
|
max-width: 100% !important;
|
|
|
|
margin: 0 !important;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2018-08-02 22:47:49 +01:00
|
|
|
page-break-after: avoid;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h3,
|
|
|
|
a,
|
2019-01-05 11:56:12 +00:00
|
|
|
.footnotes a,
|
2018-06-21 10:23:45 +01:00
|
|
|
.h-feed .h-entry,
|
|
|
|
code,
|
|
|
|
pre {
|
2018-08-02 22:47:49 +01:00
|
|
|
border: none;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
p, li, blockquote, figure, .footnotes {
|
2018-08-02 22:47:49 +01:00
|
|
|
page-break-inside: avoid !important;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2018-08-02 22:47:49 +01:00
|
|
|
color: #000;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
td, th {
|
2018-08-02 22:47:49 +01:00
|
|
|
border: 1pt solid #666;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
2019-01-05 11:56:12 +00:00
|
|
|
.footnotes a {
|
2018-08-02 22:47:49 +01:00
|
|
|
display: block;
|
|
|
|
overflow: visible;
|
|
|
|
white-space: normal;
|
2019-01-05 11:56:12 +00:00
|
|
|
overflow:visible !important;
|
|
|
|
text-overflow:initial !important;
|
|
|
|
}
|
|
|
|
|
2020-03-09 11:09:46 +00:00
|
|
|
#header,
|
|
|
|
#footer,
|
2018-06-21 10:23:45 +01:00
|
|
|
video,
|
|
|
|
audio,
|
2020-03-09 11:09:46 +00:00
|
|
|
#syndication,
|
|
|
|
.footnote-back,
|
2018-08-02 22:47:49 +01:00
|
|
|
.footnote-backref,
|
2018-11-03 09:48:37 +00:00
|
|
|
.footnote-back,
|
2019-01-05 11:56:12 +00:00
|
|
|
.encourage,
|
2018-06-21 10:23:45 +01:00
|
|
|
.noprint {
|
2018-08-02 22:47:49 +01:00
|
|
|
display:none !important;
|
2020-03-09 11:09:46 +00:00
|
|
|
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
code, pre {
|
|
|
|
max-width: 96%;
|
2018-11-04 12:57:51 +00:00
|
|
|
page-break-inside: auto;
|
2018-06-21 10:23:45 +01:00
|
|
|
font-family: "Courier", "Courier New", monospace !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
2018-08-02 22:47:49 +01:00
|
|
|
border: 1pt dotted #666;
|
|
|
|
padding: 0.6em;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.adaptimg {
|
2018-08-02 22:47:49 +01:00
|
|
|
max-height: 35vh;
|
|
|
|
max-width: 90vw;
|
|
|
|
outline: none;
|
|
|
|
border: 1px solid #000;
|
2018-06-21 10:23:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.h-feed .h-entry {
|
2018-11-04 12:57:51 +00:00
|
|
|
page-break-after: always;
|
2019-09-06 12:09:22 +01:00
|
|
|
}
|