html {
/*	font-size:21pt;*/
}

body {
	background:white;
	color:black;
}

header,
.cookiebanner,
.banner,
footer,
.method-back,
.singlemethod-related {
	display:none;
}

/* single method */

.singlemethod-method {
	display:block;
	margin-top:0;
}

	.singlemethod-method-overview {
		position:static;
		float:left;
		margin-right:2rem;
		margin-bottom:2rem;
		background:white;
	}

	.singlemethod-method-content-details {
		padding:1rem 0;
	}

		.singlemethod-method-content-details p {
			border:none;
			padding:.5rem 0;
		}

		.singlemethod-method-content-details ul {
			display:none;
		}

	.singlemethod-method-content-details + p {
		clear:left;
	}

.method {
	pointer-events: none;
}

	.method:hover .method-front {
		transform: none;
	}

.donate {
	margin-top:3rem;
	padding-top:3rem;
}

	.donate-buttons {
		display:none;
	}
