blob: 529c591ee240a804e8b2b59b6cb7cdd3adbabb23 [file] [log] [blame]
Alexander Afanasyev8a093762014-07-16 18:43:09 -07001a,
2abbr,
3acronym,
4address,
5applet,
6article,
7aside,
8audio,
9b,
10big,
11blockquote,
12body,
13canvas,
14caption,
15center,
16cite,
17code,
18dd,
19del,
20details,
21dfn,
22dialog,
23div,
24dl,
25dt,
26em,
27embed,
28fieldset,
29figcaption,
30figure,
31font,
32footer,
33form,
34h1,
35h2,
36h3,
37h4,
38h5,
39h6,
40header,
41hgroup,
42hr,
43html,
44i,
45iframe,
46img,
47ins,
48kbd,
49label,
50legend,
51li,
Davide Pesavento9e5b8af2018-02-24 22:03:02 -050052main,
Alexander Afanasyev8a093762014-07-16 18:43:09 -070053mark,
54menu,
55meter,
56nav,
57object,
58ol,
59output,
60p,
61pre,
62progress,
63q,
64rp,
65rt,
66ruby,
67s,
68samp,
69section,
70small,
71span,
72strike,
73strong,
74sub,
75summary,
76sup,
77table,
78tbody,
79td,
80tfoot,
81th,
82thead,
83time,
84tr,
85tt,
86u,
87ul,
88var,
89video,
90xmp {
91 border: 0;
92 margin: 0;
93 padding: 0;
94 font-size: 100%;
95}
96
97html,
98body {
99 height: 100%;
100}
101
102article,
103aside,
104details,
105figcaption,
106figure,
107footer,
108header,
109hgroup,
Davide Pesavento9e5b8af2018-02-24 22:03:02 -0500110main,
Alexander Afanasyev8a093762014-07-16 18:43:09 -0700111menu,
112nav,
113section {
Alexander Afanasyev8a093762014-07-16 18:43:09 -0700114 display: block;
115}
116
117b,
118strong {
Alexander Afanasyev8a093762014-07-16 18:43:09 -0700119 font-weight: bold;
120}
121
122img {
123 color: transparent;
124 font-size: 0;
125 vertical-align: middle;
Alexander Afanasyev8a093762014-07-16 18:43:09 -0700126 -ms-interpolation-mode: bicubic;
127}
128
Davide Pesavento9e5b8af2018-02-24 22:03:02 -0500129ul,
130ol {
Alexander Afanasyev8a093762014-07-16 18:43:09 -0700131 list-style: none;
132}
133
Davide Pesavento9e5b8af2018-02-24 22:03:02 -0500134li {
135 display: list-item;
136}
137
Alexander Afanasyev8a093762014-07-16 18:43:09 -0700138table {
139 border-collapse: collapse;
140 border-spacing: 0;
141}
142
143th,
144td,
145caption {
146 font-weight: normal;
147 vertical-align: top;
148 text-align: left;
149}
150
151q {
152 quotes: none;
153}
154
155q:before,
156q:after {
Davide Pesavento9e5b8af2018-02-24 22:03:02 -0500157 content: "";
Alexander Afanasyev8a093762014-07-16 18:43:09 -0700158 content: none;
159}
160
161sub,
162sup,
163small {
164 font-size: 75%;
165}
166
167sub,
168sup {
169 line-height: 0;
170 position: relative;
171 vertical-align: baseline;
172}
173
174sub {
175 bottom: -0.25em;
176}
177
178sup {
179 top: -0.5em;
180}
181
182svg {
Alexander Afanasyev8a093762014-07-16 18:43:09 -0700183 overflow: hidden;
Davide Pesavento9e5b8af2018-02-24 22:03:02 -0500184}