aboutsummaryrefslogtreecommitdiffstats
path: root/assets/css/main.css
blob: 632e5800086ae6902de3556520250cd575b4936c (plain)
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
html {
  position: relative;
  min-height: 100%;
}
body {
  position: relative;
}
.wrapper {
  margin-bottom: 120px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}
.section-headder {
    padding: 60px 0 10px;
}

.list-inline {
  display: inline;
}

.site-title h1 {
  font-size: 4em;
}

#contact-list {
  font-size:2em;
  text-align: center;
}
td.PASSED {
    background-color: green;
    color: white;
}
td.FAILED {
    background-color: red;
    color: white;
}

.h1, .h2, .h3, h1, h2, h3 {
/*    padding-top: 60px; */
}

#definitions h2 {
    padding-top: 60px;
}

.nav-item a {
    padding: 0 10px;
    color: #fff;
}

@media (max-width: 968px) {
      .pull-right, .pull-left {
              text-align: center;
       } 
    }