.today__block{
	position: absolute;
	z-index: 101;
	width:1px;
	top:0px;
	left:50px;
	bottom:0px;
	background: #ff0000;
}

.today__time{
	position: absolute;
	z-index: 101;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}