Newer
Older
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
@charset "UTF-8";
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/../../bootstrap/stylesheets/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
/* line 9, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
body {
margin: 0;
}
/* line 33, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/* line 54, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
/* line 67, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
display: none;
height: 0;
}
/* line 77, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
display: none;
}
/* line 89, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
a {
background-color: transparent;
}
/* line 98, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
outline: 0;
}
/* line 110, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
border-bottom: 1px dotted;
}
/* line 118, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
b,
strong {
font-weight: bold;
}
/* line 127, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
dfn {
font-style: italic;
}
/* line 136, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* line 145, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
mark {
background: #ff0;
color: #000;
}
/* line 154, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
small {
font-size: 80%;
}
/* line 162, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
/* line 170, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
sup {
top: -0.5em;
}
/* line 174, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
sub {
bottom: -0.25em;
}
/* line 185, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
img {
border: 0;
}
/* line 193, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
overflow: hidden;
}
/* line 204, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
figure {
margin: 1em 40px;
}
/* line 212, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
hr {
box-sizing: content-box;
height: 0;
}
/* line 221, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
pre {
overflow: auto;
}
/* line 229, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* line 252, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
/* line 266, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button {
overflow: visible;
}
/* line 277, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button,
select {
text-transform: none;
}
/* line 290, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
/* line 302, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
cursor: default;
}
/* line 311, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
Loading
Loading full blame...