/* Profile on Leftsite css
---------------------------------------- */
.postbody {
	padding: 0;
	line-height: 1.48em;
	float: right;
	position: relative;
	width: 76%;
	margin-right: 0;
}

.postprofile {
	margin: 5px 0 10px 0;
	min-height: 80px;
	border: 1px solid #ffffff;
	border-width: 0 1px 0 0;
	width: 22%;
	float: left;
	display: inline;
}
.dlplus .postprofile {
	width: 22.1%;
}

.online {
	background-position: 100% 0;
	background-size: 58px;
	background-position: 18.5% 1px;
	background-repeat: no-repeat;
}

@media (max-width: 1050px) {
	.postprofile {
		margin: 15px 0 0;
		width: 23%;
	}
}

@media (max-width: 850px) {
	.online {
		background-position: 19% 1px;
		background-repeat: no-repeat;
		background-size: 42px auto;
	}

	.postprofile {
		margin: 16px 0 0;
	}
}

@media (max-width: 700px) {
	.online {
		background-position: 100% 0;
		background-repeat: no-repeat;
		background-size: 40px;
	}

	.postprofile dt, .postprofile dd.profile-rank, .search .postprofile dd {
		display: block;
		margin: 0;
	}

	.post .postprofile {
		border-width: 0 0 1px;
		margin: 0 0 5px;
		min-height: 40px;
		overflow: hidden;
		padding-bottom: 5px;
		width: auto;
	}

	.postprofile, .postbody, .search .postbody {
		display: block;
		float: none;
		min-height: 0;
		padding: 0;
		width: auto;
	}

	.has-profile .post-buttons {
		right: 10px;
		top: -41px;
	}
}

@media (min-width: 701px) {
	.solved_post_label {
		float: right;
		width: 76%;
	}
}
