body[data-stylesheet="tomorrow.css"] {
	--landing-panel-background: #282a2e;
	--landing-panel-color: #c5c8c6;
	--landing-panel-border: #111;
	--landing-panel-heading-background: #1d1f21;
	--landing-panel-heading-color: #c5c8c6;
	--landing-panel-divider: #3b3d3f;
}

.box-wrap {
	max-width: 670px;
	min-width: 332px;
	margin: 30px auto;
	overflow: auto;
	padding: 0;
}
.box {
	background: var(--landing-panel-background, white);
	border: 1px solid var(--landing-panel-border, #98E);
	color: var(--landing-panel-color, inherit);
	width: 330px;
	margin: 8px 0;
	padding: 0;
}
.box ul {
	padding: 2px 15px;
}
.box ul li {
	list-style: none;
	margin: 0;
}
.box.middle {
	width: auto;
	background: var(--landing-panel-background, #fff);
	color: var(--landing-panel-color, #000);
	border: 1px solid var(--landing-panel-border, black);
}
.box.middle p1 {
	color: inherit;
	line-height: 1.5em;
}
.box.middle h2 {
	background: var(--landing-panel-heading-background, #800);
	color: var(--landing-panel-heading-color, #fff);
	font-weight:700;
	font-size:131%;
}
.box.middle.home-page-links {
	text-align: center;
	border: none;
	background-color: rgb(0, 0, 0, 0);
}
.box.middle.home-page-links > span {
	width: 100%;
}
.home-page-introduction {
	padding: 2px;
}
.box.middle .landing-table {
	border-collapse: collapse;
	box-sizing: border-box;
	color: inherit;
	width: 100%;
}
.box.middle .landing-table th,
.box.middle .landing-table td {
	border-bottom: 1px solid var(--landing-panel-divider, rgba(0, 0, 0, 0.15));
	padding: 4px 7px;
}
.box.middle .landing-table th {
	text-align: left;
}
.public-boards .board-table th.board-ppd,
.public-boards .board-table td.board-ppd,
.public-boards .board-table th.board-total,
.public-boards .board-table td.board-total {
	text-align: center;
	white-space: nowrap;
}
.landing-stats .stats-table {
	table-layout: fixed;
}
.landing-stats .stats-label-column {
	width: 75%;
}
.landing-stats .stats-value-column {
	width: 25%;
}
.landing-stats .stats-table td {
	text-align: center;
	white-space: nowrap;
}
.box.left {
	background: var(--landing-panel-background, #efe);
	color: var(--landing-panel-color, #060);
	border: 1px solid var(--landing-panel-border, #060);
	float: left;
}
.box.right {
	background: var(--landing-panel-background, #eef);
	color: var(--landing-panel-color, #006);
	border: 1px solid var(--landing-panel-border, #006);
	float: right;
}

.box h2 {
	padding: 3px 7px;
	font-size: 12pt;
}
.box.left h2 {
	background: var(--landing-panel-heading-background, #9C6);
	color: var(--landing-panel-heading-color, #060);
}
.box.right h2 {
	background: var(--landing-panel-heading-background, #59A);
	color: var(--landing-panel-heading-color, white);
}
.box img {
	float: none;
	margin: 10px auto;
}
.box img.home-page-whales {
	aspect-ratio: 25 / 18;
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}

.landing-recent-panels {
	align-items: stretch;
	clear: both;
	display: grid;
	gap: 8px;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.landing-recent-panels .box {
	box-sizing: border-box;
	float: none;
	margin: 0;
	min-width: 0;
	width: 100%;
}
.landing-recent-images {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	min-height: 0;
}
.landing-recent-images-viewport {
	min-height: 0;
	overflow: hidden;
	position: relative;
}
.landing-recent-images-viewport > ul {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	inset: 0;
	margin: 0;
	position: absolute;
}
.landing-recent-images-viewport > ul > li {
	display: flex;
	flex: 1 1 0;
	min-height: 0;
	min-width: 0;
}
.landing-recent-images-viewport > ul > li > a {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	min-height: 0;
	min-width: 0;
}
.landing-recent-images-viewport img {
	display: block;
	height: auto;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}
@media screen and (max-width: 696px) {
	.box-wrap {
		overflow: visible;
	}
	.box {
		width: 100%;
	}
	.box ul {
		text-align: center;
	}
	.landing-recent-panels {
		grid-template-columns: 1fr;
	}
}
