::-ms-expand {
	display: none;
}
*,
::before,
::after {
	box-sizing: border-box;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	touch-action: manipulation;
}
body {
	font-family: sans-serif;
}
body.dark {
	background: black;
	color: white;
}
button:focus,
input:focus,
select:focus,
textarea:focus,
[contenteditable]:focus {
	outline: 0;
}
html.waiting body {
	opacity: .2;
	transition: 200ms;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}
table {
	border-collapse: collapse;
}
table.listing {
	margin: 2rem 0;
}
table.listing td {
	background: white;
	color: black;
}
table.listing th {
	background: grey;
}
table.listing th,
table.listing td {
	padding: .5rem;
}