-
Notifications
You must be signed in to change notification settings - Fork 0
/
outcomes_test.css
74 lines (73 loc) · 956 Bytes
/
outcomes_test.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
.option {
font-size:1.2em;
color:#646464;
}
.question {
font-size:1.5em;
color:#323232;
}
.questions {
padding:0em;
}
.buttonForm {
padding:2em;
}
.numAnswers {
text-align: center;
}
.participantInfo{
}
.paddingDiv {
padding: 1em 2em;
max-width:600px;
margin:0 auto;
}
.paddingResults {
padding: 1em 2em;
max-width:900px;
margin:0 auto;
}
.buttonPadding {
padding: 0em;
}
.credentials {
font-size:1.2em;
color:#646464;
}
.results_button {
background:#f8a300;
/*background:#f8a300;*/
}
.submit_button {
background:#f8a300;
text-align:center;
width:100%;
}
.payButton {
background:#ff0000;
padding:2em;
font-weight:bold;
color:#ffffff;
}
.introduction {
font-size:1.5em;
color:#646464;
line-height:120%;
}
.results {
font-size:1.5em;
color:#646464;
line-height:120%;
}
.req_field {
color:#FF0000;
}
.p-e-header {
background:#000000;
padding:0.5em;
}
.p-e-footer {
background:#000000;
padding:0.5em;
line-height:120%
}