.box-sizing-border-box {
	box-sizing: border-box;
}

/* Tailwind, please don't break our design kit. */
*, :after, :before, table{
	border-collapse: initial;
	box-sizing: initial;
}

html {
	line-height: 1.4;
}

body {
	line-height: 1.4;
}

img, svg, video, canvas, audio, iframe, embed, object {
	display: initial;
	max-width: initial;
	vertical-align: initial;
	box-sizing: unset;
}

h1, h2, h3, h4, h5, h6 {
	font-size: revert;
}

#footer hr {
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}

table {
	border-collapse: unset;
}

.td {
	padding: initial;
}

#simple-filter * {
	box-sizing: border-box;
}

.search-often #queries {
	display: block;
}

h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}

