body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	--section-shell-width: 1060px;
	--section-shell-padding: 24px 18px 40px;
	--section-shell-padding-mobile: 14px 10px 36px;
	--section-panel-bg: rgba(0, 0, 0, 0.8);
	--section-panel-border: 1px solid rgba(255, 255, 255, 0.08);
	--section-panel-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

body.imho-theme-index {
	background: #2e2f26;
	color: #f3e8d8;
}

body.imho-theme-index a {
	color: #f2b94b;
}

body.imho-theme-index a:visited {
	color: #cbb3c7;
}

body.imho-theme-june {
	background: #2e3d2f;
	color: #f6e7b8;
}

body.imho-theme-june a {
	color: #f2b34c;
}

body.imho-theme-june a:visited {
	color: #d7a6c7;
}

body.imho-theme-march {
	background: #26283a;
	color: #f3e3b6;
}

body.imho-theme-march a {
	color: #f1a83c;
}

body.imho-theme-march a:visited {
	color: #d7a6a6;
}

.imho-panel font {
	line-height: 1.7;
}

.imho-panel font[size="5"] {
	font-size: 2.2rem !important;
}

.imho-panel font[size="2"] {
	font-size: 1rem !important;
}

.imho-panel hr {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.imho-panel td {
	vertical-align: top;
}
