| 1 | /* This Source Code Form is subject to the terms of the Mozilla Public\r |
| 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this\r |
| 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\r |
| 4 | \r |
| 5 | body {\r |
| 6 | display: table;\r |
| 7 | }\r |
| 8 | \r |
| 9 | h1 {\r |
| 10 | margin: 0;\r |
| 11 | border-bottom: 1px solid #008484;\r |
| 12 | }\r |
| 13 | \r |
| 14 | table {\r |
| 15 | table-layout: fixed;\r |
| 16 | width: 100%;\r |
| 17 | }\r |
| 18 | \r |
| 19 | th {\r |
| 20 | width: 12em;\r |
| 21 | word-wrap: break-word;\r |
| 22 | vertical-align: top;\r |
| 23 | text-align: end;\r |
| 24 | }\r |
| 25 | \r |
| 26 | td {\r |
| 27 | display: block;\r |
| 28 | white-space: pre-wrap;\r |
| 29 | }\r |
| 30 | \r |
| 31 | #td-key {\r |
| 32 | word-wrap: break-word;\r |
| 33 | }\r |