1
2.guardtime_timestamp {
3    border: 1px solid #ccc;
4    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
5    border-radius: 4px;
6    -moz-border-radius: 4px;
7    -webkit-border-radius: 4px;
8    margin: 0 0 20px 0;
9    clear: both;
10
11}
12
13.guardtime_timestamp_summary {
14    line-height: 21px;
15    font-size: 12px;
16    padding: 10px;
17}
18
19.guardtime_timestamp_summary > a {
20    display: block;
21    float: left;
22    margin: 0 10px 0 0;
23}
24
25.guardtime_timestamp_summary > a img {
26    display: block;
27}
28
29.guardtime_timestamp_summary span {
30    float: right;
31}
32
33.guardtime_timestamp_summary span.guardtime_timestamp_invalid {
34    text-align: center;
35    color: red;
36    float: none;
37}
38
39.guardtime_timestamp_details {
40    font-size: 11px;
41    overflow: hidden;
42}
43
44.guardtime_timestamp_details table.guardtime_details {
45    width: 100%;
46    border: none !important;
47    padding: 0;
48}
49
50.guardtime_timestamp_details table.guardtime_details tr td {
51    padding: 3px 5px;
52    line-height: 13px;
53    overflow: hidden;
54    white-space: nowrap;
55}
56
57.guardtime_timestamp_summary .guardtime_timestamp_buttons {
58    padding: 2px;
59    margin: 0
60    font-size: 13px;
61    font-weight: bold;
62    text-align: center;
63    border: 1px solid #333333;
64}
65
66.guardtime_timestamp_summary .guardtime_timestamp_buttons a {
67    text-decoration: none;
68    color: #d21a00;
69}
70
71.guardtime_timestamp_summary .guardtime_timestamp_buttons a:hover {
72    text-decoration: none;
73    color: #e21c00;
74}
75
76
77.clear {
78    clear: both;
79}
80