2012-01-27 16:31:00 +00:00
|
|
|
body {
|
|
|
|
font-family: "Courier New";
|
|
|
|
font-size: 14px;
|
2012-01-30 21:54:19 +00:00
|
|
|
width: 100%;
|
2012-01-27 21:46:59 +00:00
|
|
|
margin-left: 10px;
|
2012-01-27 16:31:00 +00:00
|
|
|
}
|
|
|
|
|
2012-01-30 20:44:49 +00:00
|
|
|
.people {
|
2012-01-30 21:35:50 +00:00
|
|
|
font-size: 16px;
|
2012-01-30 21:39:02 +00:00
|
|
|
font-style: italic;
|
2012-01-30 21:35:50 +00:00
|
|
|
margin-bottom: 6px;
|
2012-01-30 20:44:49 +00:00
|
|
|
}
|
|
|
|
|
2012-01-27 16:31:00 +00:00
|
|
|
.sub {
|
2012-01-30 21:54:19 +00:00
|
|
|
width: 80%;
|
2012-01-29 11:07:53 +00:00
|
|
|
margin-bottom: 12px;
|
2012-01-30 23:34:40 +00:00
|
|
|
page-break-inside: avoid;
|
2012-01-27 16:31:00 +00:00
|
|
|
}
|
|
|
|
|
2012-01-30 23:39:51 +00:00
|
|
|
.subs {
|
|
|
|
page-break-before: avoid;
|
|
|
|
}
|
|
|
|
|
2012-01-27 21:40:25 +00:00
|
|
|
.subText {
|
2012-01-30 23:34:40 +00:00
|
|
|
|
2012-01-30 20:55:08 +00:00
|
|
|
overflow: hidden;
|
2012-01-27 21:40:25 +00:00
|
|
|
margin: 0;
|
|
|
|
font-family: "Courier New";
|
2012-01-27 21:46:59 +00:00
|
|
|
white-space: pre-wrap; /* css-3 */
|
|
|
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
2012-01-27 21:40:25 +00:00
|
|
|
}
|
|
|
|
|
2012-01-27 16:31:00 +00:00
|
|
|
.inpoint {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: 18px;
|
|
|
|
margin: 0;
|
2012-01-30 21:24:59 +00:00
|
|
|
margin-bottom: 0px;
|
2012-01-30 20:55:08 +00:00
|
|
|
page-break-after: avoid;
|
2012-01-27 16:31:00 +00:00
|
|
|
}
|
|
|
|
|
2012-01-30 21:24:59 +00:00
|
|
|
|
2012-01-27 16:31:00 +00:00
|
|
|
.datetime {
|
|
|
|
font-weight: bold;
|
2012-01-29 11:07:53 +00:00
|
|
|
margin-bottom: 16px;
|
2012-01-30 21:15:08 +00:00
|
|
|
page-break-before: avoid;
|
2012-01-30 20:55:08 +00:00
|
|
|
page-break-after: avoid;
|
2012-01-27 16:31:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.fileWrapper {
|
2012-01-29 11:07:53 +00:00
|
|
|
margin-bottom: 32px;
|
2012-01-27 16:31:00 +00:00
|
|
|
}
|
2012-01-30 21:22:39 +00:00
|
|
|
|
2012-01-30 23:39:51 +00:00
|
|
|
.headerWrapper {
|
|
|
|
page-break-after: avoid;
|
|
|
|
page-break-inside: avoid;
|
|
|
|
}
|