#page {
    padding-top: 10px;
}

html {
overflow-y: scroll;
}

@media print {
    a[href]:after {
    content:'' ;
  }
}