15 background-color: #F7F7F7;
16 border: 1px solid
#D7D7D7;
29 margin: 10px 0 15px 0;
31 border: solid
1px gray
;
37 margin: 0 10px 10px 10px;
52 #outputSample thead th
55 background-color: #999999;
60 #outputSample tbody th
70 white-space: pre
; /* CSS2 */
71 white-space: -moz-pre-wrap
; /* Mozilla*/
72 white-space: -o-pre-wrap
; /* Opera 7 */
73 white-space: pre-wrap
; /* CSS 2.1 */
74 white-space: pre-line
; /* CSS 3 (and 2.1 as well, actually) */
75 word-wrap: break-word
; /* IE */