dl.postprofile {
	display: none;
}

div.postbody {
	width: 100%;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	dl.postprofile {
		display: block;
	}

	.post .postprofile {
		min-height: 0;
	}

	div.postbody {
		width: 74%;
	}
}
