1tr.log-fat td {
2    background-color:#ffcccc;
3    font-weight: bold;
4}
5
6tr.log-err td {
7    background-color:#ffcccc;
8}
9
10tr.log-war td {
11    background-color: #ffe4b5;
12}
13
14tr.log-dbg td {
15    color: #666666;
16    font-style: italic;
17}
18
19th[data-field="DateTime"],
20th[data-field="Component"],
21th[data-field="Code"],
22th[data-field="Message"],
23th[data-field="File"],
24th[data-field="Server"],
25th[data-field="Line"] {
26  text-align: left;
27}
28th[data-field="DateTime"] {
29  min-width: 135px;
30}
31