1table.rem-cal {
2  font-family: helvetica, arial, sans-serif;
3  font-size: 12pt;
4  width: 100%;
5  border-collapse: collapse;
6}
7
8table.rem-sc-table {
9  font-family: helvetica, arial, sans-serif;
10  font-size: 10pt;
11  width: 95%;
12  float: left;
13}
14
15caption.rem-cal-caption {
16  font-size: 14pt;
17  font-weight: bold;
18}
19
20th.rem-cal-hdr {
21  width: 14%;
22  border-style: solid;
23  border-width: 1px;
24  vertical-align: top;
25}
26td.rem-empty, td.rem-cell, td.rem-small-calendar {
27  width: 14%;
28  height: 7em;
29  border-style: solid;
30  border-width: 1px;
31  vertical-align: top;
32}
33td.rem-today {
34  width: 14%;
35  height: 7em;
36  border-style: solid;
37  border-width: 2px;
38  border-color: #EE3333;
39  vertical-align: top;
40}
41
42div.rem-daynumber {
43  float: right;
44  text-align: right;
45  vertical-align: top;
46  font-size: 14pt;
47}
48
49p.rem-entry {
50    clear: both;
51}
52
53div.rem-moon {
54  float: left;
55  text-align: left;
56  vertical-align: top;
57}
58
59th.rem-sc-hdr {
60  text-align: right;
61}
62
63td.rem-sc-empty-cell, td.rem-sc-cell {
64  text-align: right;
65  width: 14%;
66}
67
68caption.rem-sc-caption {
69  font-size: 12pt;
70}
71