@media (min-width: 701px) {
	
	.online-text {
		left: 10px;
		top: 0;
	}

	.online-text + .postprofile {
		margin-top: 1em;
	}
		
	.post .postprofile {
		float: left;
		border-width: 0 1px 0 0;
	}
	
	.post .postprofile dd, .post .postprofile dt {
		margin-right: 8px;
		margin-left: 0;
	}

	.has-profile .postbody {
		float: right;
		margin-right: 6px;
	}
	
}