<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content
{
	min-height: 5000px ;
}

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
	z-index:10000000;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 5%;
	bottom: 60px ;
	z-index:10000000;
}
 
.move-page-top
{
	display: block ;
	width: 80px ;
	height: 80px ;
	cursor: pointer ;
	-webkit-transition:all 0.5s ;
	-moz-transition:all 0.5s ;
	transition:all 0.5s ;
	z-index:10000000;
}


@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}

</pre></body></html>