@namespace url(http://www.w3.org/1999/xhtml);

#notes {
    display: none;
}

#navfooter {
    position: fixed;
    bottom: 0;
    left: 0;

    padding: 0.5em;
    font-size: 50%;
    color: black;
    background: rgb(90%,90%,90%);
}

#slidenumber {
    float: right;
}

h1 {
    font-size: 150%;
    border-bottom: 3pt solid black;
    padding: 0.05em;
    margin: 0 0 0.5em 0;
}

#titlepage {
  text-align: center;
  margin-top: 4em;
}

#titlepage h1 {
  border: none;
  font-size: 200%;
}

#titlepage .confgroup {
  position: absolute;
  bottom: 0;
  left: 0;

  text-align: left;
  margin: 0.5em;
}
#titlepage .authorgroup {
  position: absolute;
  bottom: 0;
  right: 0;

  text-align: right;
  margin: 0.5em;
}

@media print {
  #content, #titlepage {
    border: 1pt solid black;
    -moz-border-radius: 0.5em;
    padding: 0.5em;
    height: auto;
  }
  #notes {
    border-top: 1px solid black;
    margin-top: 4em;
    display: block !important;
  }
  #navfooter {
    display: none
  }

  #titlepage .confgroup, #titlepage .authorgroup {
    position: static;
  }
}
