p.test {
	height: 50px;
	width: 40%;
	border: 1px solid gray;
	line-height: 50px;
	color: white;
	padding: 10px;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 50px;
	resize: both;
	overflow: hidden;
}

p.test + *:not(.test) {
	clear: left;
}

pre {
	margin-bottom: 0;
}

pre + p {
	margin: 5px 0;
}