
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}

body {
  background: #bbb;
  font-family: arial;
}

page {
  background: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

page[size="A4"] {  
  width: 21cm;
  height: 29.7cm; 
}

page[size="A4"][layout="portrait"] {
  width: 29.7cm;
  height: 100%; 
}

page[size="All"] {  
  width: 21cm;
  height: 100%; 
}

page[size="A3"] {
  width: 29.7cm;
  height: 42cm;
}

page[size="A3"][layout="portrait"] {
  width: 42cm;
  height: 29.7cm;  
}

page[size="A5"] {
  width: 14.8cm;
  height: 21cm;
}

page[size="A5"][layout="portrait"] {
  width: 21cm;
  height: 14.8cm;  
}

.container {
  padding: 100px 70px 100px 70px;
}




.title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.title span {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
}

.line {
  display: block;
  margin-bottom: 4px;
}

.list {
  display: block;
  margin-bottom: 4px;
}
.list:nth-of-type(2n) {   
  background: #f3f3f3; }
  
  
th {
  font-size: 20px;
  font-weight: 900;
  padding: 10px 4px 6px 4px;
}

tbody:after {
    content: "-";
    display: block;
    line-height: 10px;
    color: transparent;
}


tr {
  background: #ddd;
  font-size: 13px;
}

tr:nth-of-type(2n) {   
  background: #f9f9f9; }

td {
  color: #222;
  padding: 10px 2px 6px 4px;
  border-bottom: solid 2px #fff;
}

td a:link { color: #000; text-decoration: none; }
td a:visited { color: #f4e83e; text-decoration: line-through; }


td hr {
  border: dotted 1px #fff;
  margin: 0;
}


td.number { font-size: 18px; font-weight: 900; }
td.hour { font-size: 18px; font-weight: 500; }
tr.section { background: #F9F399; padding: 30px 0 30px 0; }
td.dance { font-size: 15px; font-weight: 500; }
td.school { font-size: 14px; font-weight: 700; }

  

.frame {
  background: #eee;
}


.center { text-align: center; }
.left { text-align: left; }

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }



@media print {
  body, page {
    margin: 0;
    box-shadow: 0;
  }
}