File size: 678 Bytes
e76f7e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.col-sm-8 {
  background-color: black;
  color: white;
  padding: 30px;
  border-radius: 6px;
}

.col-sm-8 h1,
.col-sm-8 h2 {
  color: white;
}

.col-sm-8 p {
  color: white;
}

.guide-title {
  color: white;
}

.guide-content {
  color: white;
}

.guide-content .step {
  color: white;
}

.guide-content ol {
  list-style-type: decimal;
}

.guide-content li::before {
  color: white;
}

.col-sm-12 {
  color:black;
  
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #000000;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    
}

.col-sm-4 label {
  color: white;
}