/* === jQ TOP === */ 
#toTop { 
  width: 100px; 
  background: #464451; 
  border: 1px solid #000; 
  text-align: center; 
  padding: 5px; 
  position: fixed; 
  bottom: 10px; 
  right: 10px; 
  cursor: pointer; 
  color: #fff; 
  text-decoration: none; 
} 
/* =============== */