| 1 | /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ |
| 2 | html { |
| 3 | line-height: 1.15; |
| 4 | -webkit-text-size-adjust: 100%; |
| 5 | } |
| 6 | |
| 7 | main { |
| 8 | display: block; |
| 9 | } |
| 10 | |
| 11 | h1 { |
| 12 | font-size: 2em; |
| 13 | margin: 0.67em 0; |
| 14 | } |
| 15 | |
| 16 | pre { |
| 17 | font-family: monospace, monospace; |
| 18 | font-size: 1em; |
| 19 | } |
| 20 | |
| 21 | a { |
| 22 | background-color: transparent; |
| 23 | } |
| 24 | |
| 25 | abbr[title] { |
| 26 | border-bottom: none; |
| 27 | text-decoration: underline; |
| 28 | text-decoration: underline dotted; |
| 29 | } |
| 30 | |
| 31 | b, |
| 32 | strong { |
| 33 | font-weight: bolder; |
| 34 | } |
| 35 | |
| 36 | kbd, |
| 37 | samp { |
| 38 | font-family: monospace, monospace; |
| 39 | font-size: 1em; |
| 40 | } |
| 41 | |
| 42 | small { |
| 43 | font-size: 80%; |
| 44 | } |
| 45 | |
| 46 | sub, |
| 47 | sup { |
| 48 | font-size: 75%; |
| 49 | line-height: 0; |
| 50 | position: relative; |
| 51 | vertical-align: baseline; |
| 52 | } |
| 53 | |
| 54 | sub { |
| 55 | bottom: -0.25em; |
| 56 | } |
| 57 | |
| 58 | sup { |
| 59 | top: -0.5em; |
| 60 | } |
| 61 | |
| 62 | img { |
| 63 | border-style: none; |
| 64 | } |
| 65 | |
| 66 | button, |
| 67 | input, |
| 68 | optgroup, |
| 69 | select, |
| 70 | textarea { |
| 71 | font-family: inherit; |
| 72 | font-size: 100%; |
| 73 | line-height: 1.15; |
| 74 | margin: 0; |
| 75 | } |
| 76 | |
| 77 | button, |
| 78 | input { |
| 79 | overflow: visible; |
| 80 | } |
| 81 | |
| 82 | button, |
| 83 | select { |
| 84 | text-transform: none; |
| 85 | } |
| 86 | |
| 87 | button, |
| 88 | [type='button'], |
| 89 | [type='reset'], |
| 90 | [type='submit'] { |
| 91 | -webkit-appearance: button; |
| 92 | } |
| 93 | |
| 94 | button::-moz-focus-inner, |
| 95 | [type='button']::-moz-focus-inner, |
| 96 | [type='reset']::-moz-focus-inner, |
| 97 | [type='submit']::-moz-focus-inner { |
| 98 | border-style: none; |
| 99 | padding: 0; |
| 100 | } |
| 101 | |
| 102 | button:-moz-focusring, |
| 103 | [type='button']:-moz-focusring, |
| 104 | [type='reset']:-moz-focusring, |
| 105 | [type='submit']:-moz-focusring { |
| 106 | outline: 1px dotted ButtonText; |
| 107 | } |
| 108 | |
| 109 | fieldset { |
| 110 | padding: 0.35em 0.75em 0.625em; |
| 111 | } |
| 112 | |
| 113 | legend { |
| 114 | box-sizing: border-box; |
| 115 | color: inherit; |
| 116 | display: table; |
| 117 | max-width: 100%; |
| 118 | padding: 0; |
| 119 | white-space: normal; |
| 120 | } |
| 121 | |
| 122 | progress { |
| 123 | vertical-align: baseline; |
| 124 | } |
| 125 | |
| 126 | textarea { |
| 127 | overflow: auto; |
| 128 | } |
| 129 | |
| 130 | [type='checkbox'], |
| 131 | [type='radio'] { |
| 132 | box-sizing: border-box; |
| 133 | padding: 0; |
| 134 | } |
| 135 | |
| 136 | [type='number']::-webkit-inner-spin-button, |
| 137 | [type='number']::-webkit-outer-spin-button { |
| 138 | height: auto; |
| 139 | } |
| 140 | |
| 141 | [type='search'] { |
| 142 | -webkit-appearance: textfield; |
| 143 | outline-offset: -2px; |
| 144 | } |
| 145 | |
| 146 | [type='search']::-webkit-search-decoration { |
| 147 | -webkit-appearance: none; |
| 148 | } |
| 149 | |
| 150 | ::-webkit-file-upload-button { |
| 151 | -webkit-appearance: button; |
| 152 | font: inherit; |
| 153 | } |
| 154 | |
| 155 | summary { |
| 156 | display: list-item; |
| 157 | } |
| 158 | |
| 159 | template { |
| 160 | display: none; |
| 161 | } |
| 162 | |
| 163 | [hidden] { |
| 164 | display: none; |
| 165 | } |
| 166 | |