1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* Header content */
table#header {
border-collapse: collapse;
margin-bottom: 1em;
width: 100%;
}
table#header td.main {
color: #000;
font-size: 2.5em;
padding: 0 0 0 10px;
white-space: nowrap;
}
table#header td.main a {
color: #000;
}
table#header td.sub {
color: #777;
border-top: solid 1px #ccc;
font-size: 1em;
padding: 0 0 0 10px;
}
table#header td.sub a {
color: #777;
}
/* Header logos */
table#header td.logo {
width: 96px;
vertical-align: top;
}