@charset "utf-8";

div.tothetopfixed {
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 1500;
}	
 
div.tothetopfixed a {
	display: block;

}

@media screen and (max-width: 560px){
	div.tothetopfixed {
		display: none; }
}