body {
	background: #d6ffd5;
	color: #1a2414;
}

a:link,
a:visited,
.intro a.email span.name {
	color: #1a7e49;
}

a:hover,
a:visited:hover,
.intro a.email:hover span.name,
div.boardlist a:hover,
div.post.reply div.body a:hover {
	color: #125d36;
}

a.post_no,
.intro a.post_no,
p.intro a.post_anchor {
	color: #2e6f11;
	text-decoration: none;
}

header div.subtitle,
h1,
div.title {
	color: #40790e;
	text-align: center;
}

.intro span.subject,
span.heading {
	color: #40790e;
	font-weight: bold;
}

.intro span.name {
	color: #2e5c12;
	font-weight: bold;
}

.quote,
.quote2,
.unkfunc {
	color: #287d26;
}

div.boardlist {
	color: #40790e;
}

div.boardlist a {
	color: #1a7e49;
	text-decoration: none;
}

.desktop-style div.boardlist:nth-child(1) {
	background: #d6ffd5;
	border-bottom: 1px solid #398316;
}

.desktop-style div.boardlist:nth-child(1):hover,
.desktop-style div.boardlist:nth-child(1).cb-menu {
	background: rgba(214, 255, 213, 0.92);
}

form table tr th,
#quick-reply th {
	background: #8acf52;
	color: #1f4210;
	border: 1px solid #398316;
	font-weight: 700;
	padding: 0 5px;
}

input[type="text"],
input[type="password"],
textarea,
select {
	background: #f7fff2;
	color: #1a2414;
	border: 1px solid #398316;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: #2a6a12;
	box-shadow: 0 0 0 1px rgba(57, 131, 22, 0.18);
}

#quick-reply {
	background: #d6ffd5;
	border: 1px solid #398316;
}

div.post.reply {
	background: #c6f1ac;
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #398316;
}

div.post.reply.highlighted,
.post-hover {
	background: #dff6cb !important;
	border-color: #2e6f11 !important;
}

div.post.reply div.body a {
	color: #1a7e49;
}

div.pages {
	color: #40790e;
	background: #c6f1ac;
	border-right: 1px solid #398316;
	border-bottom: 1px solid #398316;
}

div.pages a {
	color: #1a7e49;
	text-decoration: none;
}

div.pages a.selected {
	color: #1f4210;
	font-weight: bolder;
}

hr {
	border: none;
	border-top: 1px solid #398316;
	height: 0;
	clear: left;
}

div.ban {
	background: #efffe8;
	border: 1px solid #398316;
}

div.ban h2 {
	background: #8acf52;
	color: #1f4210;
}

div.ban p {
	color: #1a2414;
}

table.modlog tr th,
table.test tr.h th {
	background: #8acf52;
	color: #1f4210;
}

div.banner {
	background-color: #e64900;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 1em 0;
}

div.banner,
div.banner a {
	color: #fff;
}

div.banner a:hover {
	color: #fff7d9;
	text-decoration: none;
}

img.banner,
img.board_image {
	border: 1px solid #398316;
}

span.spoiler {
	background: #111;
	color: #111;
}

span.spoiler:hover,
div.post.reply div.body span.spoiler:hover a {
	color: #fff;
}

.rz-dropzone {
	display: block;
	width: 100%;
	cursor: pointer;
}

.rz-dropzone-inner {
	height: 48px;
	border: 2px dashed #398316;
	background: #efffe8;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #40790e;
	font-size: 13px;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.rz-dropzone:hover .rz-dropzone-inner {
	background: #e3f8d7;
	border-color: #2f7011;
	color: #2a5f0f;
}

.rz-dropzone.dragover .rz-dropzone-inner {
	background: #f6ffd8;
	border-color: #e64900;
	color: #8c2b00;
}

.rz-preview {
	margin-top: 6px;
	display: none;
	align-items: center;
	gap: 10px;
	padding: 6px 8px;
	background: #efffe8;
	border: 1px solid #398316;
}

.rz-preview.is-on {
	display: flex;
}

.rz-clear {
	border: 0;
	background: transparent;
	color: #40790e;
	font-weight: bold;
	cursor: pointer;
	padding: 0 6px;
	font-size: 14px;
}

.rz-clear:hover {
	color: #e64900;
}

.rz-thumb {
	width: 72px;
	height: 72px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c6f1ac;
	border: 1px solid #398316;
	line-height: 0;
}

.rz-thumb img,
.rz-thumb video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.rz-thumb video {
	background: #000;
}

.rz-meta {
	flex: 1;
}

.rz-name {
	font-weight: bold;
	color: #1f4210;
}

.rz-size {
	font-size: 12px;
	color: #40790e;
}
