div#titlebar {
  display:none;
}

div#nav {
  display:none;
}

div#sidebar {
  display:none;
}

div#footer a[href]:after {
  content:" [" attr(href) "] "; 
}

main article a[href]:after {
  content:" [" attr(href) "] "; 
}

main article {
  border-bottom:1px solid #000000;
}

span#print_metadata {
  font-style:italic;
}

span#printed_url:before {
  content:"Printed from ";
}

span#printed_date:before {
  content: " on ";
}

div#footer {
  text-align:center;
  font-size:75%;
  width:100%;
  margin-bottom:16px;
}
