* {
	box-sizing: border-box;
}

body {
	max-width: 1080px;
	margin: 0 auto;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
		Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 11pt;
	padding: 1em 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1;
	margin: 0 0 0.25em 0;
}

table {
	width: 100%;
	table-layout: fixed;
	font-variant-numeric: tabular-nums;
	border-collapse: collapse;
}
th,
td {
	padding: 0.25em 0.5em;
}
/*th:first-child[scope='column'],*/
td:first-child {
	padding-left: 0;
}
th {
	text-align: left;
	font-weight: inherit;
	background: black;
	color: white;
}


input,
select,
textarea {
	padding: 0.25em;
	font-family: inherit;
	font-size: inherit;	
}
textarea {
	vertical-align: top;
}
form > div > label {
	display: block;
	margin: 0.5em 0;
}
form > div > input,
form > div > select,
form > div > textarea {
	display: block;
	width: 100%;
}

fieldset {
	display: block;
	margin: 1em -0.5em;
	border-style: solid;
	border-width: 0.5px;
}
fieldset > legend {
	
}
input[type='number'] {
	text-align: right;
}

form > div,
div.form-actions {
	margin: 1em 0;
}
