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

html {
  background: #fff;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

body {
  background: #fff;
  font: normal 400 13px Roboto Regular;
  padding: 80px;
}

.right { float: right; }

.container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "\0020";
}



.header { margin-bottom: 60px; }
.center { text-align: center; }
.right { float: right; }

.headtitle {
  font: normal 400 70px Roboto Black;
}

.headtitle span {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 32px;
}

.subtitle {
  font: normal 400 40px Roboto Regular;
  letter-spacing: 5px;
  margin: 0 0 10px 0;
}

.property {
  display: inline-block;
  background: #000;
  color: #fff;
  font: normal 400 32px Roboto Regular;
  padding: 5px;
  margin: 0 0 32px 0; 
}

.note {
  display: inline-block;
  background: #FFF682;
  font: normal 400 12px Roboto Regular;
  line-height: 18px;
  border-radius: 6px;
  padding: 6px;
  margin: 0 0 32px 0; 
}


.full { width: 100%; padding: 10px; }

.full img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}


.side { 
  display: inline-block; 
  box-sizing: border-box;
  vertical-align: top;
}

.x1l2 { width: calc(50% - 3.5%); }
.x1l2:nth-child(2n+1) { margin-right: 5%; }
.x1l2:nth-child(2n) { margin-right: 0; }


.block { 
  display: block; 
  padding: 10px; 
  box-sizing: border-box;
  margin-bottom: 20px;
}


.title {
  font: normal 400 24px Roboto Bold;
  margin-bottom: 30px;
}


.list {
  display: block;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.list:nth-of-type(2n) {   
  background: #f3f3f3;
}
  
.line {
  position: relative;
  display: block;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-top: 12px;
}

.flag { display: flex; justify-content: space-between; align-items: center; }
.flag img { width: 26px; height: 15px; object-fit: cover; margin-right: 10px; }
.flag b.right { margin-left: auto; }



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;
  }
}