[class *= "timer-mark-as-read-"] {
	position: relative;
}
[class *= "timer-mark-as-read__"] {
	position: relative;
	box-sizing: content-box;
	display: inline-block;
}
[class *= "timer-mark-as-read__"]:after{
	position: absolute;
	left: 0;
	right: 0;
	line-height: 1;
}
.counter-reset {
	position: absolute;
	top: 0;
	right: 0;
	color: red;
	background: transparent;
	cursor: pointer;
	border: none;
}
.counter-reset:hover {
	text-decoration: underline;
}