div.navigation {
   font-size: 8pt;
   position: absolute;
   right: 1em;
   top: 1em;
   background-color: gray;
   color: white;
   font-weight: bold;
   padding: 5pt;
}

div.navigation > a {
   text-decoration: none;
   padding-left: 5pt;
   padding-right: 5pt;
   color: white;
}

div.navigation > a:link {
   text-decoration: none;
   color: white;
}

div.navigation > a:hover {
   color: red;
}

div.slide-info {
   font-size: 8pt;
   position: absolute;
   left: 1em;
   top: 1em;
}


body {
   margin-top: 20pt;
   font-size: 16pt;
}

p.slide-title {
   text-align: center;
   font-size: 20pt;
   font-weight: bold;
   padding-bottom: 3pt;
   border-bottom: 2pt solid black;
}

div.contents {
   margin: 30pt;
}

div.figure {
   text-align: center;
}

p.caption {
  font-style: italic;
}

p.citation { 
   font-size: 8pt;
}

p.large {
   font-size: 20pt;
}

p.huge { 
   font-size: 48pt;
}

div.quotes {
   display: block;
   text-align: center;
   padding: 10pt;
}

div.code-block {
   padding-left: 15pt;
}

td { 
   vertical-align: top;
}

div.contents > table {
   padding-left: 50pt;
}

table {
   text-align: center;
   font-size: 16pt;
}

tr {
   text-align: left;
}

th {
   border-bottom: 1pt solid black;
}



span.citation-number {
   font-style: normal;
}
