/*Displays the backtotop link*/
#backtotop
{
  display: block;
  color: #FFFFcc
}
/*Hides elements that are not to be displayed on small screens*/
#hidden
{
  display: none;
}

