@charset "utf-8";
/* CSS Document */

body #pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding:20px;
	background-color:gray;
	color:white;
	opacity:0.8;
	opacity:0;
	z-index:9999;
	display:block;
}


#pagetop a{
	display: block;
}

#pagetop a,
#pagetop a:link{
	text-decoration: none;
	color:white;
}

/*
@media (max-width: 1199.98px) { 
	body #pagetop{
		right:15rem;
	}
}
*/