#totopscroller {
	position: fixed;
	right: 0px;
	bottom: 40px;
	width: 40px;
}

	#totopscroller i {
		cursor: pointer;
		color: white;
		width: 33px;
		text-align: center;
		border-radius: 0;
		background: rgb(66, 165, 245);
	}

#totopscroller i:hover{
	cursor:pointer;
	color: white;
	border-color: #aaa;
}
#totopscroller div{
	position: relative;
}

.totopscroller-lnk i {
	font-weight: bold !important;
}

.totopscroller-prev {
	position: absolute;
	top: 0;
	left: 0;
}

.totopscroller-bottom {
	position: absolute;
	top: 0;
	left: 0;
}
