/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */

progress,
sub,
sup {
	vertical-align: baseline;
}

button,
hr,
input {
	overflow: visible;
}

[type=checkbox],
[type=radio],
legend {
	padding: 0;
}

[aria-disabled],
html {
	cursor: default;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

*,
::after,
::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

::after,
::before {
	text-decoration: inherit;
	vertical-align: inherit;
}

html {
	box-sizing: border-box;
	font-family: sans-serif;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

small,
sub,
sup {
	font-size: 83.3333%;
}

hr {
	height: 0;
}

nav ol,
nav ul {
	list-style: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

sub,
sup {
	line-height: 0;
	position: relative;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	border-style: none;
}

svg {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	outline-width: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
	font-size: 1em;
	margin: 0;
}

button,
select {
	text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

::-moz-focusring {
	outline: ButtonText dotted 1px;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	display: table;
	max-width: 100%;
	white-space: normal;
}

textarea {
	overflow: auto;
	resize: vertical;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

[hidden][aria-hidden=false] {
	clip: rect(0,0,0,0);
	display: inherit;
	position: absolute;
}

[hidden]:focus {
	clip: auto;
}

