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
7 border-bottom: 1px solid #666699;
\r
15 table-layout: fixed;
\r
19 border: 1px solid #9999CC;
\r
25 background-color: #CCD0DD;
\r
30 white-space: nowrap;
\r
35 word-wrap: break-word;
\r
49 #entries > tbody > tr:nth-child(odd) {
\r
50 background-color: #CCD0DD;
\r
53 #entries > tbody > tr:nth-child(even) {
\r
54 background-color: #CCCCCC;
\r
57 #entries > tbody > tr > td {
\r
62 #entries > thead > tr > th {
\r
64 white-space: normal;
\r
67 #entries > thead > tr > th:first-child,
\r
68 #entries > tbody > tr > td:first-child {
\r