@charset "UTF-8";

body {
   font-family: 'Source Serif Pro', 'Minion Pro', 'Minion', 'Cambria', 'Garamond', 'Georgia', 'Baskerville', 'Palatino', 'Palatino Linotype', 'Book Antiqua', 'Droid Serif', 'Noto Serif', serif;
   padding: 1cm;
}
#topdiv {
   text-align: center;
   padding: 20px;
   border-radius: 20px;
   border: 2px solid black;
   margin-left: 10%;
   margin-right: 10%;
}
h1 {
   margin: 0;
   font-size: 150%;
   font-weight: bold;
}
#lowerdiv {
   padding-left: 1.2em;
}
#lowerdiv > div {
   margin-bottom: 1ex;
}
#lowerdiv h2 {
   font-weight: bold;
   font-size: 100%;
   display: inline;
   margin-right: 0.5em;
   margin-left: -1.2em;
}
#scheddiv h2 {
   font-weight: bold;
   font-size: 100%;
   text-decoration: underline;
}
#scheddiv table {
   border-collapse: collapse;
}
#scheddiv table th {
   border-bottom: 1px solid black;
   font-weight: normal;
   font-style: italic;
}
#scheddiv table th:last-child {
   text-align: left;
}
#scheddiv table td {
   border-bottom: 0.5px solid black;
   text-align: center;
   padding-left: 0.5em;
   padding-right: 0.5em;
   vertical-align: top;
}
#scheddiv table td.unitheader {
   padding-top: 2ex;
}
#scheddiv table td:last-child {
   text-align: left;
}
@media print {
   .noprint, .noprint * { 
      display: none !important;
   }
   #scheddiv {
      page-break-before: always;
   }
}
@media screen {
   body { background-color: LightGrey; }
   #topdiv { background-color: white; }
   #scheddiv table { background-color: white; }
}
br.skip {
   display: block;
   margin-bottom: 1.5ex;
   content: '';
}
.topic {
   font-weight: bold;
}
@media print {
   #scheddiv table td:first-child {
      width: 15%;
   }
}