1.right_arrow {
2    float: right;
3}
4.left_arrow {
5    float: left;
6}
7
8#list_head {
9    width:              80%;
10    margin:             1em auto;
11}
12
13#x_current_time {
14    font-size:          150%;
15    margin-top:         .25em;
16    float:              left;
17}
18#x_current_time img {
19    margin-top:         -.25em;
20    float:              left;
21    margin-right:       .5em;
22    max-width:          160px;
23    max-height:         70px;
24}
25
26#x-jumpto {
27    float:              right;
28}
29#x-jumpto td {
30    padding:            .35em 1em;
31    vertical-align:     middle;
32    white-space:        nowrap;
33}
34#x-jumpto td.x-jumpto {
35    font-size:          110%;
36    font-weight:        bold;
37    border-right:       1px solid #304943;
38}
39#x-jumpto td.x-hour {
40    border-right:       1px solid #304943;
41}
42#x-jumpto td.x-hour select {
43    text-align:         right;
44}
45#x-jumpto .x-day select {
46    text-align:         center;
47}
48
49#x-jumpto a img {
50    vertical-align:     middle;
51    height:             16px;
52    width:              16px;
53    margin-top:         -2px;
54}
55#x-jumpto a {
56    height:             20px;
57    width:              20px;
58    padding:            2px;
59    border:             1px solid #7b8;
60    background-color:   #263;
61}
62#x-jumpto a:hover {
63    border:             1px solid #9da;
64    background-color:   #485;
65}
66