@media print {
  /* Remove unwanted elements */
  footer,
  object,
  video,
  audio,
  embed,
  form,
  nav {
    display: none; }

  /* Change text colour to black (useful for light text on a dark background) */
  body {
    background-color: white;
    font: 13pt sans-serif;
    line-height: 1.25;
    text-align: left;
    color: #000; }

  /* Improve colour contrast of links */
  a {
    color: blue; }

  a:after {
    content: " (" attr(href) ")";
    font-style: italic;
    font-size: 11pt;
    display: block;
    color: blue; }

  h1, h2, h3, h4, h5, h6 {
    font-weight: bold; }

  h1 {
    font-size: 20pt; }

  h2 {
    font-size: 19pt; }

  h3 {
    font-size: 18pt; }

  h4 {
    font-size: 17pt; }

  h5 {
    font-size: 16pt; }

  h6 {
    font-size: 15pt; }

  /* Ensure the content spans the full width */
  .container {
    width: 100%;
    float: none;
    margin: 0; }

  /* Keep images small */
  img {
    max-width: 50%;
    display: block;
    height: auto; } }
