@charset "UTF-8";


#page-top {
    position: fixed;
    bottom: -200px;
    right: 10px;
    opacity:.5;
    z-index:99999;
}
#page-top a:link ,#page-top a:visited{
  
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
  
}

@media screen and (max-width: 768px){

#page-top a:link ,#page-top a:visited{
  width: 70px;	
}	

	
}


@media screen and (max-width: 480px){

#page-top a:link ,#page-top a:visited{
  width: 50px;	
}


}
