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

.backtotop {
position: fixed;
right: 15px;
bottom: 20px;
z-index: 9000;
display: none;
} 

.backtotop a {
display: block;
padding: 14px 6px;
margin: 0;
text-decoration: none;
}

.backtotop a:hover {
background: #fff;
color: #FFFFFF;
}