/* Stylesheet to show all email/news headers */ /* Copyright 2003 Opera Software */ /* Headers in general */ mime { background: Window; display: block; } headers { font-family: "Courier New", monospace; font-size: 9pt; display:table; width:100%; border-spacing: 0; background: Window; } hdr {display:table-row;} /* Header name */ n { vertical-align: top; display: table-cell; font-weight: bold; text-align: right; } n:after {content: ": ";} /* Header value */ v { vertical-align: top; display: table-cell; }