summaryrefslogtreecommitdiff
path: root/views/style.scss
blob: e6f610045fc3f64af3966540fdd794229fab058e (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
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
/*@media (min-width: 320px){
  .page-header{
    //img.media-object{
    //  margin-left:0;
    //}
    background-color: #fff;
    padding:10px 0 10px 0;
    margin: 0;
    //text-align:left;
    //display:inline-block;
    width:100%;
  }
}
@media (min-width: 480px){
  .page-header{
    //img.media-object{
    //  margin-left:1em;
    //}
    background-color: #fff;
    padding:20px 0 20px 0;
    margin: 0;
    //text-align:center;
    //display:inline-block;
    width:100%;
  }
}*/
.page-header {
  background-color: #fff;
}
body {
  background-color:#E7E7E7;
}
img {
  max-width: 100%;
  max-height: 100%;
}

.plot {
  height: 300px;
  width: 300px;
}
.faq {
  text-align: block;
  margin-left:15%;
  margin-right:15%;
  margin-top:2%;
}
.faq h1 {
  text-align: center;
}
ul.share-buttons{
  list-style: none;
}
.dropdown-menu {
  min-width: 0px !important;
  width:60px;
}
.dropdown-menu a {
  padding: 0 2px 1px 2px !important;
}
.share{
  width: 30px;
  padding-right: 5px;
}
.footer{
  margin-top:3em;
}
.single-batch{
  table-layout: fixed;
  width: 100%;
}
.help table, .help th, .help td {
  background-color: white;
  border: 1px solid black;
  border-bottom: none;
  width: 100%;
}
.help th, .help td {
  padding: 10px;
  text-align: left;
}
/*img.supporters {
  width: 150px;
  height: 150px;
}*/
supporters{
  background-color: #fff;
  img{
    width: 200px;
    margin: 1em;
  }
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.modal-body p {
  word-wrap: break-word;
}