<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.postprofile {
	border: 1px solid #FFFFFF;
	border-width: 0 1px 0 0;
	min-height: 80px;
	float: left;
	display: inline;
}

.postbody {
	width: 76%;
	float: right;
}
@media (min-width: 700px) {
.online {
	background-image: url("./images/icon_user_online_left.png");
	background-position: 0 0;
}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
.postprofile {
		float: none;
		width: auto;
	}
	.postbody {
		float: none;
		width: auto;
	}
}</pre></body></html>