body {
	min-height: 100vh;
	background: #FFF;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	margin: 0;
	display: flex;
	flex-direction: column;
}
body.main, body.main > footer, body.main > footer > a {
	background-color: #59316B;
	color: white;
}
body.main {
	margin: 0 auto;
}
main {
	flex: 1 1 auto;
}
header {
	display: flex;
	background-color: #59316B;
	color: white;
}
header>h1>a>i.fa-arrow-left {
	display: none;
}
footer {
	background: #CCC;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer > * {
	margin: 1rem 2rem;
}
h1 > a {
	color: #FFF;
}
img {
	max-width: 100%;
}
.result-page h1 {
	margin: 1rem;
}
.result h3, .result p {
	margin: 0;
}
h3 > a {
	color: #7D4698;
}
a {
	text-decoration: none;
}
.result {
	margin: 1rem;
	word-break: break-word;
}
.margin {
	margin: 0 1rem;
}
.main h1 {
	text-align: center;
	font-size: 400%;
}
.h2 {
	background-color: #79518B;
	border-radius: 1rem;
	padding: 0 .5rem;
	margin-left: .5rem;
}
.form {
	margin: auto;
	display: flex;
	justify-content: center;
}
.form input {
	max-width: 90%;
	width: 22rem;
	border-radius: .5rem 0 0 .5rem;
}
.form button {
	border-radius: 0 .5rem .5rem 0;
	cursor: pointer;
}
.big-form {
	max-width: 90%;
}
.t {
	border-collapse: collapse;
	margin: 1rem 0 2rem 0;
}
.t th, .t td {
	border: 1px solid #000;
	padding: 0.25rem 0.5rem;
}
.t th {
	background-color: #CCC;
}
.form > * {
	background-color: white !important;
	opacity: 0.8;
	border: 0;
	padding: .5rem 1rem;
	font-size: 1.2rem;
	outline: none !important;
}
.form > input:focus, .form > input:focus + button {
	opacity: 1;
}
.ads {
	margin: 4rem auto 1rem auto;
	text-align: center;
}
.ads > a {
	display: block;
	margin: .25rem auto;
	text-align: center;
}
.alert {
	margin: 1rem;
	color: red;
}
.pagination {
	margin: 1rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pagination > * {
	padding: 0.25rem 0.25rem;
	border: 1px solid #59316B;
	border-radius: 0.5rem;
	color: white;
	margin: 0.25rem;
	text-align: center;
	min-width: 2rem;
}
.pagination > span {
	background: #59316B;
	color: white;
	font-weight: bold;
}
.pagination > a {
	text-decoration: none;
	color: black;
}
.hsm {
	margin: 1rem 0 0 1rem;
	font-size: 100%;
}
main.results {
	display: flex;
	gap: 1rem;
}
main.results aside {
	flex: 1 0 13rem;
	padding: 1rem
}
aside h4 {
	margin: 0;
}
.sidecat ul {
	list-style-type: none;
	padding: 0;
	margin-top: .25rem;
}
.goback {position:relative;top:1px}
.fa-check-circle {color:green}
.astable {display:table}
.astable>* {display:table-row}
.astable>*>* {display:table-cell;padding-right: .5rem}
@media(max-width:767px) {
	.ads {margin-top:2rem}
	.ads img {max-width:90%;height:auto}
	.main h1 {font-size:200%}
	.result-page>header>h1 {margin:.5rem 1rem}
	.result-page>header>h1>a>.fa-arrow-left {display:inline}
	.result-page>header>h1>a>span, .result-page>header>h1>a>.fa-search {display:none}
	.form {flex:1 1 auto}
	.form input {width:auto}
	header {position:sticky;top:0}
	footer {display:block}
	footer > a {display:block;margin:0.5rem 1rem}
	main.results {display:block}
	main.results aside {display:none}
}