/* Online image — badge on profile column only. Never wallpaper .panel.online. */
.panel.online,
.panel.bg1.online,
.panel.bg2.online,
#viewprofile .panel.online,
body.section-memberlist .panel.online {
	background-image: none !important;
	background-size: auto !important;
	background-repeat: no-repeat !important;
}
.post.online {
	background-image: none !important;
}
.post.online .postprofile {
	background-image:
		url("./icon_user_online.gif"),
		linear-gradient(180deg, #f7f4ea 0%, #f4f6fb 40%, #fff 100%) !important;
	background-repeat: no-repeat, no-repeat !important;
	background-position: 100% 0, 0 0 !important;
	background-size: 42px auto, auto !important;
}
