#toTop {
width: 90px;
background: #101019 ;
text-align: center;
padding: 8px 10px 8px 10px;
position: fixed;
bottom: 60px;
right: 10px;
cursor: pointer;
display: none;
z-index: 100;
font-size: 13px;
color: #979797;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 1px 3px #000000 inset;
-o-box-shadow: 0 1px 3px #000000 inset;
-webkit-box-shadow: 0 1px 3px #000000 inset;
box-shadow: 0 1px 3px #000000 inset;
}
