h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

details {
	display: block;
}

summary {
	display: list-item;
}

figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}

template {
	display: none;
}

@media print {
	pre {
		white-space: pre-wrap !important;
	}
	
	pre, blockquote {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		border: 1px solid #ccc;
	}
	
	thead {
		display: table-header-group;
	}
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
}

table th, table td {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table th {
	font-weight: bold;
}

table thead th, table tfoot th {
	font-size: 1em;
}

table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
	border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
	background-color: rgba(128, 128, 128, 0.0705882353);
}

table tbody tr:hover > td, table tbody tr:hover > th {
	background-color: rgba(128, 128, 128, 0.1019607843);
}

table tbody + tbody {
	border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}

@media (max-width: 767px) {
	table table {
		font-size: .8em;
	}
	
	table table th, table table td {
		padding: 7px;
		line-height: 1.3;
	}
	
	table table th {
		font-weight: 400;
	}
}