2022-04-25 20:23:20 +00:00
|
|
|
/* normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
|
|
|
|
html {
|
2022-04-26 01:28:25 +00:00
|
|
|
font-family: sans-serif;
|
|
|
|
-ms-text-size-adjust: 100%;
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
:root {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
*,
|
|
|
|
*::before,
|
|
|
|
*::after {
|
|
|
|
box-sizing: inherit;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin: 0;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
details,
|
|
|
|
figcaption,
|
|
|
|
figure,
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
main,
|
|
|
|
menu,
|
|
|
|
nav,
|
|
|
|
section,
|
|
|
|
summary {
|
2022-04-26 01:28:25 +00:00
|
|
|
display: block;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
audio,
|
|
|
|
canvas,
|
|
|
|
progress,
|
|
|
|
video {
|
2022-04-26 01:28:25 +00:00
|
|
|
display: inline-block;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
audio:not([controls]) {
|
2022-04-26 01:28:25 +00:00
|
|
|
display: none;
|
|
|
|
height: 0;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
progress {
|
2022-04-26 01:28:25 +00:00
|
|
|
vertical-align: baseline;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
template,
|
|
|
|
[hidden] {
|
2022-04-26 01:28:25 +00:00
|
|
|
display: none;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
2022-05-20 01:22:51 +00:00
|
|
|
|
2022-04-25 20:23:20 +00:00
|
|
|
a:active,
|
|
|
|
a:hover {
|
2022-04-26 01:28:25 +00:00
|
|
|
outline-width: 0;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
abbr[title] {
|
2022-04-26 01:28:25 +00:00
|
|
|
border-bottom: none;
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration: underline dotted;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
b,
|
|
|
|
strong {
|
2022-04-26 01:28:25 +00:00
|
|
|
font-weight: inherit;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
b,
|
|
|
|
strong {
|
2022-04-26 01:28:25 +00:00
|
|
|
font-weight: bolder;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
dfn {
|
2022-04-26 01:28:25 +00:00
|
|
|
font-style: italic;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
small {
|
2022-04-26 01:28:25 +00:00
|
|
|
font-size: 80%;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
sub,
|
|
|
|
sup {
|
2022-04-26 01:28:25 +00:00
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: baseline;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
sub {
|
2022-04-26 01:28:25 +00:00
|
|
|
bottom: -0.25em;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
sup {
|
2022-04-26 01:28:25 +00:00
|
|
|
top: -0.5em;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2022-04-26 01:28:25 +00:00
|
|
|
border-style: none;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
svg:not(:root) {
|
2022-04-26 01:28:25 +00:00
|
|
|
overflow: hidden;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
pre,
|
|
|
|
samp {
|
2022-04-26 01:28:25 +00:00
|
|
|
font-family: monospace, monospace;
|
|
|
|
font-size: 1em;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
figure {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin: 1em 40px;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
2022-04-26 01:28:25 +00:00
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
box-sizing: content-box;
|
|
|
|
height: 0;
|
|
|
|
overflow: visible;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
2022-04-26 01:28:25 +00:00
|
|
|
font: inherit;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
optgroup {
|
2022-04-26 01:28:25 +00:00
|
|
|
font-weight: bold;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select {
|
2022-04-26 01:28:25 +00:00
|
|
|
overflow: visible;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin: 0;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
select {
|
2022-04-26 01:28:25 +00:00
|
|
|
text-transform: none;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
[type="button"],
|
|
|
|
[type="reset"],
|
|
|
|
[type="submit"] {
|
2022-04-26 01:28:25 +00:00
|
|
|
cursor: pointer;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[disabled] {
|
2022-04-26 01:28:25 +00:00
|
|
|
cursor: default;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
html [type="button"],
|
|
|
|
[type="reset"],
|
|
|
|
[type="submit"] {
|
2022-04-26 01:28:25 +00:00
|
|
|
-webkit-appearance: button;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button::-moz-focus-inner,
|
|
|
|
input::-moz-focus-inner {
|
2022-04-26 01:28:25 +00:00
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button:-moz-focusring,
|
|
|
|
input:-moz-focusring {
|
2022-04-26 01:28:25 +00:00
|
|
|
outline: 1px dotted ButtonText;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
legend {
|
2022-04-26 01:28:25 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
color: inherit;
|
|
|
|
display: table;
|
|
|
|
max-width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
white-space: normal;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
2022-04-26 01:28:25 +00:00
|
|
|
overflow: auto;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[type="checkbox"],
|
|
|
|
[type="radio"] {
|
2022-04-26 01:28:25 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 0;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[type="number"]::-webkit-inner-spin-button,
|
|
|
|
[type="number"]::-webkit-outer-spin-button {
|
2022-04-26 01:28:25 +00:00
|
|
|
height: auto;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[type="search"] {
|
2022-04-26 01:28:25 +00:00
|
|
|
-webkit-appearance: textfield;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[type="search"]::-webkit-search-cancel-button,
|
|
|
|
[type="search"]::-webkit-search-decoration {
|
2022-04-26 01:28:25 +00:00
|
|
|
-webkit-appearance: none;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
2022-04-26 01:28:25 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
*,
|
|
|
|
*::before,
|
|
|
|
*::after {
|
2022-04-26 01:28:25 +00:00
|
|
|
-webkit-box-sizing: inherit;
|
|
|
|
box-sizing: inherit;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@-ms-viewport {
|
2022-04-26 01:28:25 +00:00
|
|
|
width: device-width;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[tabindex="-1"]:focus {
|
2022-04-26 01:28:25 +00:00
|
|
|
outline: none !important;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
2022-04-26 01:28:25 +00:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0.5rem;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 1rem;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
abbr[title],
|
|
|
|
abbr[data-original-title] {
|
2022-04-26 01:28:25 +00:00
|
|
|
cursor: help;
|
|
|
|
border-bottom: 1px dotted #818a91;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
address {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
font-style: normal;
|
|
|
|
line-height: inherit;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ol,
|
|
|
|
ul,
|
2022-05-20 01:22:51 +00:00
|
|
|
dl,
|
|
|
|
menu {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 1rem;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ol ol,
|
|
|
|
ul ul,
|
|
|
|
ol ul,
|
|
|
|
ul ol {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin-bottom: 0;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
dt {
|
2022-04-26 01:28:25 +00:00
|
|
|
font-weight: bold;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
margin-left: 0;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin: 0 0 1rem;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2022-04-26 01:28:25 +00:00
|
|
|
text-decoration: none;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
2022-04-26 01:28:25 +00:00
|
|
|
a:focus,
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:focus {
|
2022-04-26 01:28:25 +00:00
|
|
|
outline: none;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:not([href]):not([tabindex]) {
|
2022-04-26 01:28:25 +00:00
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
2022-04-26 01:28:25 +00:00
|
|
|
a:not([href]):not([tabindex]):focus,
|
|
|
|
a:not([href]):not([tabindex]):hover {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:not([href]):not([tabindex]):focus {
|
2022-04-26 01:28:25 +00:00
|
|
|
outline: none;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
overflow: auto;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
figure {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin: 0 0 1rem;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2022-04-26 01:28:25 +00:00
|
|
|
vertical-align: middle;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[role="button"] {
|
2022-04-26 01:28:25 +00:00
|
|
|
cursor: pointer;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a,
|
|
|
|
area,
|
|
|
|
button,
|
|
|
|
[role="button"],
|
|
|
|
input,
|
|
|
|
label,
|
|
|
|
select,
|
|
|
|
summary,
|
|
|
|
textarea {
|
2022-04-26 01:28:25 +00:00
|
|
|
-ms-touch-action: manipulation;
|
|
|
|
touch-action: manipulation;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
2022-04-26 01:28:25 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
background-color: transparent;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
caption {
|
2022-04-26 01:28:25 +00:00
|
|
|
padding-top: 0.75rem;
|
|
|
|
padding-bottom: 0.75rem;
|
|
|
|
text-align: left;
|
|
|
|
caption-side: bottom;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
2022-04-26 01:28:25 +00:00
|
|
|
text-align: left;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
2022-04-26 01:28:25 +00:00
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0.5rem;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button:focus {
|
2022-04-26 01:28:25 +00:00
|
|
|
outline: none;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input,
|
|
|
|
button,
|
|
|
|
select,
|
|
|
|
textarea {
|
2022-04-26 01:28:25 +00:00
|
|
|
margin: 0;
|
|
|
|
line-height: inherit;
|
|
|
|
border-radius: 0;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type="radio"]:disabled,
|
|
|
|
input[type="checkbox"]:disabled {
|
2022-04-26 01:28:25 +00:00
|
|
|
cursor: not-allowed;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type="date"],
|
|
|
|
input[type="time"],
|
|
|
|
input[type="datetime-local"],
|
|
|
|
input[type="month"] {
|
2022-04-26 01:28:25 +00:00
|
|
|
-webkit-appearance: listbox;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
2022-04-26 01:28:25 +00:00
|
|
|
resize: vertical;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
fieldset {
|
2022-04-26 01:28:25 +00:00
|
|
|
min-width: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
legend {
|
2022-04-26 01:28:25 +00:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
line-height: inherit;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type="search"] {
|
2022-04-26 01:28:25 +00:00
|
|
|
-webkit-appearance: none;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
output {
|
2022-04-26 01:28:25 +00:00
|
|
|
display: inline-block;
|
2022-04-25 20:23:20 +00:00
|
|
|
}
|