@import url("/colors.css");
body {
	accent-color: var(--primary-color);
	align-items: start;
	background-color: var(--background-color);
	color: var(--primary-text);
	display: grid;
	font-family: sans-serif;
	grid-template-rows: min-content min-content 1fr min-content;
	grid-template-columns: auto fit-content(720px) auto;
	margin: 0px;
	min-height: 100vh;
	position: relative;
}
body > *, .container > * {
	grid-column: 1 / span 3;
}
[lang="en"] [lang]:not([lang="en"]) {
	font-style: italic;
}
header {
	background-color: var(--primary-color);
	box-shadow: 0 3px 6px rgba(0,0,0,0.28);
	color: var(--item-text-color) !important;
	margin: 0px;
	padding: 20px;
	right: 0;
	text-align: center;
}
header a {
	color: var(--item-text-color) !important;
}
section {
	background-color: var(--section-color);
	box-shadow: 0 2px 5px 0 black;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	color: var(--primary-text);
	margin: auto;
	margin-bottom: 25px;
	padding: clamp(5px, 1.4vmin, 10px);
	max-width: 700px;
}
section:last-of-type:not(:last-child) {
	margin-bottom: 15px;
}
a {
	color: var(--link-color);
}
a:hover {
	background-color: var(--hover-link-primary-color);
	box-shadow: 0 2px 4px rgba(0,0,0,0.24);
}
h2, h3, h4, h5, h6, summary {
	color: var(--header-color);
	font-weight: bold;
	margin: 0;
	padding: 5px;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: var(--header-color);
}
summary {
	cursor: pointer;
	font-size: 1.2em;
}
hr {
	background: var(--divider-color);
    border: none;
	color: var(--divider-color);
	height: 1px;
}
nav {
	hyphens: auto;
	overflow-x: auto;
}
nav ul, ul.buttons {
	display: inline-flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
nav ul li, ul.buttons li {
	flex: 1 1 0;
	margin: 1.2% 0.6%;
	padding: 0;
	text-align: center;
}
nav ul li a, ul.buttons li a {
	display: block !important;
}
button {
	border: none;
}
button:not([class*="pika-"]), a.button, a.btn, nav ul li a, ul.buttons li a {
	background-color: var(--primary-color);
	box-shadow: 0 3px 6px rgba(0,0,0,0.28);
	color: var(--item-text-color) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.04rem;
	font-weight: bold;
	padding: 14px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px 5px rgba(0,0,0,0.30);
}
button, a.button, a.btn {
	vertical-align: bottom;
}
a.button.above {
	margin: 0 0 -10px 10px;
}
button[disabled], a.button[disabled], a.btn[disabled], input[type^="submit"][disabled] {
	background-color: var(--grayish-primary-color) !important;
	cursor: default;
}
a.button:link, a.button:visited, a.btn:link, a.btn:visited {
	color: var(--item-text-color);
	font-weight: bold;
	text-decoration: none;
}
a.button:hover, a.btn:hover, input[type^="submit"]:hover, button:hover, footer a:hover, nav ul li a:hover {
	background-color: var(--hover-primary-color);
}
a.button:active, a.btn:active, input[type^="submit"]:active, button:active, footer a:active, nav ul li a:active {
	background-color: var(--dark-primary-color);
	box-shadow: none;
}
a.twitter-button {
	background-color: #1d9bf0;
	border-radius: 9999px;
	color: white;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	line-height: 28px;
	padding: 1px 14px 1px 14px;
	text-shadow: none;
}
a.twitter-button:hover, a.twitter-button:active {
	background-color: #0c7abf;
}
a.twitter-button::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 0.3em;
	height: 18px;
	width: 18px;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}
a.threads-button {
	background-color: black;
	border-radius: 6px;
	color: white;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	line-height: 28px;
	padding: 1px 14px 1px 14px;
	text-shadow: none;
}
a.threads-button:hover, a.threads-button:active {
	background-color: #444;
}
a.threads-button::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 0.5em;
	height: 18px;
	width: 16px;
	background-image: url(data:image/svg+xml,%3Csvg%20viewBox=%220%200%2081%2093%22%20fill=%22white%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M41.2132%2093H41.1866C27.4123%2092.9062%2016.8231%2088.3313%209.70816%2079.399C3.37458%2071.4514%200.109716%2060.3924%200%2046.5335V46.4665C0.109716%2032.6043%203.37458%2021.5486%209.70816%2013.601C16.8231%204.66876%2027.4123%200.093777%2041.1866%200H41.2132H41.2397C51.799%200.0703328%2060.6328%202.80661%2067.4983%208.12511C73.9516%2013.1254%2078.4932%2020.2525%2081%2029.312L73.1537%2031.5158C68.908%2016.1732%2058.1625%208.32941%2041.2132%208.20549C30.0222%208.28587%2021.5608%2011.8293%2016.0584%2018.7353C10.9051%2025.2026%208.24197%2034.5434%208.14555%2046.4967C8.24529%2058.4532%2010.9084%2067.7941%2016.0584%2074.258C21.5608%2081.164%2030.0222%2084.7074%2041.2132%2084.7878C51.3003%2084.7141%2057.9764%2082.3463%2063.5286%2076.867C69.8655%2070.6141%2069.7492%2062.9445%2067.7211%2058.2791C66.5275%2055.5294%2064.3598%2053.2385%2061.4374%2051.5037C60.7026%2056.7351%2059.0502%2060.9819%2056.4969%2064.1803C53.0924%2068.4505%2048.2649%2070.7849%2042.154%2071.1165C37.5294%2071.3677%2033.0743%2070.2658%2029.6166%2068.0118C25.5272%2065.3458%2023.1334%2061.2665%2022.8774%2056.5241C22.628%2051.9123%2024.4433%2047.6722%2027.9874%2044.5843C31.3753%2041.6336%2036.1396%2039.9021%2041.7684%2039.5839C45.9176%2039.3495%2049.7976%2039.5337%2053.3849%2040.1366C52.9095%2037.2596%2051.9453%2034.9788%2050.509%2033.331C48.5342%2031.0636%2045.4788%2029.9048%2041.4326%2029.878C41.396%2029.878%2041.3594%2029.878%2041.3195%2029.878C38.0713%2029.878%2033.6594%2030.7756%2030.8467%2034.9889L24.0875%2030.4105C27.8511%2024.7739%2033.9653%2021.6725%2041.3162%2021.6725C41.3727%2021.6725%2041.4259%2021.6725%2041.4825%2021.6725C53.7739%2021.7496%2061.0916%2029.3221%2061.8197%2042.548C62.2386%2042.7255%2062.6476%2042.9097%2063.0532%2043.1006C68.7883%2045.8168%2072.9808%2049.9296%2075.1818%2054.9935C78.2471%2062.0536%2078.5297%2073.558%2069.2239%2082.7348C62.1156%2089.7479%2053.4847%2092.9129%2041.2397%2092.9967H41.2132V93ZM45.0698%2047.6957C44.1389%2047.6957%2043.1947%2047.7225%2042.2305%2047.7794C35.1655%2048.1813%2030.7636%2051.44%2031.0129%2056.082C31.2756%2060.945%2036.6018%2063.2057%2041.7185%2062.9277C46.4296%2062.6732%2052.5604%2060.8278%2053.5877%2048.5497C50.9878%2047.9904%2048.1286%2047.6957%2045.0698%2047.6957Z%22%3E%3C/path%3E%3C/svg%3E);
}
body > :where(main, .container, aside) {
	grid-row: 3;
	max-width: 100vw;
	/* width: fit-content; */
}
body > :where(main, .container):first-of-type {
	height: 100%;
}
body > aside ~ main {
	grid-column: 2;
}
body > .container {
	display: flex;
	gap: min(12px, (100vw - 700px) / 2);
	flex-wrap: wrap;
	justify-content: center;
	justify-self: center;
}
.container > aside {
	flex: 0 1 720px;
	min-width: min(380px, 100vw);
	max-width: calc(4000px - 286vw);
}
.ad {
	text-align: center;
}
aside.left {
	grid-column: 1;
}
aside.right {
	grid-column: 3;
}
aside.ad {
	position: sticky;
	margin-top: 8vh;
	height: 68vh;
}
aside.ad > div {
	height: 100%;
	margin: auto;
	max-width: 305px;
}
a[href*="mminer2370f-20"]::after, a[href*="linksynergy.com"]::after, a[href*="evyy.net"]::after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='37px'><text y='10' fill='black' font-size='10'>Paid link</text></svg>") !important;
    margin-left: 1px;
	vertical-align: super;
}
input[type^="submit"] {
	background-color: var(--primary-color);
	box-shadow: 0 2px 4px black;
	box-shadow: 0 2px 4px rgba(0,0,0,0.28);
	border: none;
	cursor: pointer;
	outline: none;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.current-page {
	background-color: var(--dark-primary-color)!important;
	box-shadow: none;
}
p {
	padding: 5px 0px 5px 5px;
}
ol, ul, dl {
	margin: 3px 0;
	padding-left: 40px;
}
dd > ul, dd > dl {
    padding-left: 20px;
}
ol li div, ul li div{
  display: block;
}
ul, dt {
	list-style-image: url(assets/bullet3.png);
}
dt {
	display: list-item;
}
dd {
	margin-left: 30px;
}
li {
	padding: 0.5ex;
}
li a {
	padding: 0.25ex 0 0.25ex 0;
}
li p:only-child {
	padding: 0;
	margin: 0;
}
blockquote {
	background-color: #8883;
	border-left: 5px solid var(--primary-color);
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
table, form {
	background-color: var(--section-color);
	box-shadow: 0 2px 5px 0 black;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	padding: 10px;
	margin: 10px auto;
	overflow: hidden;
}
tbody > tr:nth-child(even) {
	background-color: var(--really-light-primary-color);
}
tbody th {
	text-align: left;
}
th, td {
	padding: 5px clamp(4px, 1vw, 15px);
}
td {
	text-align: center;
	width: min-content;
}
code tbody > tr:nth-child(even) {
	background-color: unset;
}
code td {
	text-align: left;
}
.hljs-ln-code {
	width: 100%;
}
td div {
	width: 100%;
}
form>* {
	display: block;
}
form>*:not(:first-child):not(:last-child) {
	margin: 10px 0;
}
label {
	font-weight: bold;
}
label+* {
	margin-top: 3px !important;
}
input, textarea {
	background-color: var(--background-color);
	color: var(--primary-text);
}
textarea {
	padding: 3px;
	width: calc(100% - 6px);
}
img, svg {
	display: block;
	margin: auto;
	max-width: 100%;
}
a:hover svg .background {
	fill: var(--hover-link-primary-color) !important;
}
dfn {
	font-style: normal;
	text-decoration: underline dotted currentcolor 1px;
}
.social-logo {
	display: inline-block;
	padding: 5px 5px 1px 5px;
}
.social-logo img {
	border: 0;
	width: 64px;
	height: 64px;
}
.showcase-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.showcase-container > a {
	color: inherit;
	flex: 1 1 auto;
	font-weight: 600;
	text-decoration: none;
}
.showcase-container > a > div {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.32);
	box-sizing: border-box;
	margin: 10px;
	padding: 10px;
	text-align: center;
}
.showcase-container img {
	margin-bottom: 1ex;
	width: 100%;
}
footer {
	background-color: var(--primary-color);
	box-shadow: 0 2px 5px 0 black;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	font-size: 15px;
	grid-row: 4;
	line-height: 1.7;
	margin-top: auto;
	padding: 20px;
	text-align: center;
}
footer, footer, footer a {
	color: var(--item-text-color) !important;
}

@media (prefers-color-scheme: dark) {
	h2, h3, h4, h5, h6 {
		text-shadow: 0 2px 5px rgba(0,0,0,0.30);
	}
	tbody > tr:nth-child(even) {
		background-color: var(--dark-primary-color);
	}
}

@media (max-width:800px) {
	nav ul li a, ul.buttons li a {
		padding: 10px 4px 14px 4px !important;
	}
}
@media (max-width: 899px) {
	aside.ad {
		display: none;
	}
	body > aside ~ main {
		grid-column: 1 / span 3;
	}
}
@media (min-width:800px) {
	section {
		width: 700px;
	}
}

@media print
{    
    .no-print, .no-print *, footer, summary>a[href*="#"]
    {
        display: none !important;
    }
}
