.whats_new div.back {
	background-color: inherit;
}
.whats_new > div {
	display: none;
	background-color: ghostwhite;
	padding: 0.5em;
	margin: 0.5em 0.25em;
}
.whats_new div:first-of-type {
	margin-top: 0.25em;
}
.whats_new div:last-of-type {
	margin-bottom: 0.25em;
}
.whats_new div:nth-of-type(-n+3) {
	display: block;
}
.whats_new p, .whats_new ul {
	margin: 0.25em 0.5em;
	text-indent: 0.5em;
}
.whats_new p:first-child {
	text-indent: 0;
}
.whats_new figure {
	margin: 1em 0;
	text-align: center;
}
.whats_new figure img {
	transition: 0.4s;
	width: 50%;
	cursor: zoom-in;
}
.whats_new figure img:hover {
	width: 100%;
}
.whats_new figcaption {
	font-style: oblique;
}
.whats_new input.show_all {
	display: none;
}
.whats_new label.show_all {
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.whats_new input.show_all:checked ~ label.show_all {
	display: none;
}
.whats_new input.show_all:checked ~ div {
	display: block;
}
.accent {
	font-weight: bold;
}
.show_all:after {
	display: block;
	content: "\f107";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.backtext:before {
	display: block;
	content: "\f106";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
