/* Online icon mode: vertical stripe (mode 2) */
.post.online {
	background-image: none !important;
	position: relative;
}

.post.online::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 6px;
	background: #1ad041;
	border-radius: 0 5px 5px 0;
}

.back2top .top {
    float: right;
    margin-right: 0px;
    margin-top: 0;
}