forked from andrewnordlund/backpayCalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackpayCalc.css
142 lines (132 loc) · 2.15 KB
/
backpayCalc.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
.helper {
font-size: 80%;
display: block;
}
table {
border: thin solid #808080;
}
caption {
font-weight: bold;
}
th, td {
border: thin inset #808080;
padding: .25em .5em;
}
legend {
font-size: 120%;
padding: .1em .4em;
}
footer {
border-top: thin solid #808080;
width: 100%;
font-size: 80%;
}
.tables-responsive {
max-width: 95%;
overflow-x: scroll;
margin: 0;
padding: 2em 1%;
}
.fieldHolder {
margin: 1.25em .5em .5em;
}
.fieldHolder label {
font-weight: bold;
display: block;
}
.fieldHolder input, .fieldHolder select {
margin: .5em .2em;
}
.small {
font-size: 80%;
}
#promotionsDiv {
/*border: thin solid blue;*/
}
.error span, .error p {
border: 2px solid #AA0000;
padding: 0.25em .2em;
margin: .5em 0;
/*display: block-inline;*/
color: #AA0000;
font-weight: bold;
}
.invisibleStuff {
position: absolute;
height: 1px;
width: 1px;
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
margin: 0;
}
.summary {
display: inline;
font-size: 150%;
}
details {
border: thin solid #c0c0c0;
padding: 0.5em;
margin: 0 5em 1.35em 0;
}
dl dt{
display: inline-block;
min-width: 100px;
font-weight: bold;
}
dl dd {
display: inline;
margin: 0 0 0 1em;
}
dl dd:after{
display: block;
content: '';
}
#skipLinks {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
}
#skipLinks > li {
left: 0;
position: absolute;
text-align: center;
top: 10px;
width: 100%;
z-index: 3;
}
#skipLinks > li > a {
clip: rect(1px,1px,1px,1px);
height: 1px;
margin: 0;
overflow: hidden;
position: absolute;
width: 1px;
}
#skipLinks > li > a:focus {
clip: rect(auto,auto,auto,auto);
height: inherit;
margin: inherit;
overflow: inherit;
position: static;
width: inherit;
}
#LangSwitcher {
margin: 0.8em 5%;
text-align: right;
}
#payTablesSect details {
width: 95%;
}
#payTablesSect details summary h3 {
display: inline;
padding-left: 0.5em;
}
#payTablesSect details table {
margin-top: 2em;
}
#payTablesSect details table caption {
text-align: left;
margin: 0 0 0.5em 0.5em;
font-size: 110%;
}