-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
46 lines (46 loc) · 870 Bytes
/
style.css
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
body,
table,
tr,
td {
font-family: Sans-Serif, 'Arial Narrow', 'Franklin Gothic Medium', Arial;
}
td { padding-bottom: 12px; }
.content { margin: 8px; }
small { color:gray;line-height: 1.8; }
a { color:#cc5e05; text-decoration: none; }
a:hover { color: #dd7622; }
.help {
border-top: 1px solid dimgray;
font-size: smaller;
border-bottom: 1px solid dimgray;
}
.help h2 {
font-size: 16px;
font-weight: bold;
}
.help h3 {
font-size: 13px;
font-weight: bold;
color: dimgray
}
#helpDetail {
margin-bottom: 18px;
}
.search-form {
margin-top: 40px;
margin-bottom: 40px;
margin-left:auto;margin-right:auto;
text-align:center;
}
.result-row {
border-top:1px dotted gray;
padding-top: 18px;
padding-bottom: 18px;
}
.detail-list {
margin-top:28px;
margin-left:-28px;
}
.detail-list li {
margin:12px;
}