1@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin-ext,cyrillic-ext);
2
3body {
4 font-family: 'Roboto', sans-serif;
5 font-size: 12px;
6 line-height: 18px;
7 color: #777;
8 text-align: center;
9}
10input,
11textarea {
12 outline: none;
13 -webkit-appearance: none;
14 border-radius: 0;
15 padding: 6px 12px;
16 resize: none;
17}
18a {
19 outline: none!important;
20 color: #333;
21 text-decoration: none;
22}
23a:hover,
24a:focus {
25 text-decoration: none;
26 color: #3bb614;
27}
28input::-ms-clear {
29 display: none;
30}
31::-ms-clear {
32 width : 0;
33 height: 0;
34}
35button {
36 outline: none;
37 border: 0;
38 background: transparent;
39}
40ul,
...
</html>