@media print{

  body {
    margin: 0;
    padding: 0;
  }

  body {
    font-size: 0.9em;
  }

  body > h2 {
    display:none;
  }
  body > .button {
    display:none;
  }

  .page.one {
    break-after: always;
  }
  .page.two {
  }

  @page {
    size: A4 landscape;
  }
}

:root {
  --zt-border: #000000;
  --zt-backround: #34495e;
  --zt-font-size: 0.9em;
  --zt-main-black: #000000;
  --zt-main-yellow: #FFD300;
  --zt-main-blue: #31465F;
  --zt-main-gray: #E5DCCB;
  --zt-main-white: #FFFFFF;
  --zt-sub-black: #A8A8A7;
  --zt-sub-yellow: #FFED99;
  --zt-sub-blue: #6A8CAD;
  --zt-sub-gray: #F9F4EF;
  --zt-alone-gray: #F2F2F2;
  --zt-font-weight: light;
}

details > summary {
  padding: 4px;
  background-color: var(--zt-sub-blue);
  color: white;
  cursor: pointer;
  text-transform: capitalize;
}

.button-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-button {
  display: flex;
  flex-direction: column;
}



.button {
  padding: 0.5em;
  display: flex;
  justify-content: center;
}

.print {
  margin:auto;
  background-color: var(--zt-alone-gray);
  color: var(zt-main-black);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: var(--zt-font-size);
  cursor: pointer;
}

body{
 font-family: 'Arial Nova',sans-serif;
}

.main-white{
  background-color: var(--zt-main-white);
}

.main-black{
  background-color: var(--zt-main-black);
}

.main-yellow{
  background-color: var(--zt-main-yellow);
}

.main-blue{
  background-color: var(--zt-main-blue);
}

.main-gray{
  background-color: var(--zt-main-gray);
}

.sub-black{
  background-color: var(--zt-sub-black);
}

.sub-yellow{
  background-color: var(--zt-sub-yellow);
}

.sub-blue{
  background-color: var(--zt-sub-blue);
}

.sub-gray{
  background-color: var(--zt-sub-gray);
}

.alone-gray{
  background-color: var(--zt-alone-gray);
}

.white-font{
  color: var(--zt-main-white);
}

.stand-alone {
  margin: auto;
  width: 90%;
  border: 1px solid var(--zt-border);
  padding: 5px;
  display: table;
  clear: both;
}

.content{
  font-size: var(--zt-font-size);
  font-weight: var(--zt-font-weight);
  border-top: 0;
}

.text{
  font-size: var(--zt-font-size);
  font-weight: var(--zt-font-weight);
  text-align: justify;
}

.column-two {
  display: inline-block;
  margin: 1%;
  float: left;
  width: 48%;
}

.column-three {
  display: inline-block;
  margin: 1%;
  float: left;
  width: 31%;
}

.column-four {
  display: inline-block;
  margin: 1%;
  float: left;
  width: 23%;
}

.info {
font-size: var(--zt-font-size);
}

h4 {
    display: inline !important;
}

h4:after {
  content: ": ";
}

table {
/*  font-family: arial, sans-serif;*/
  border-collapse: collapse;
  width: 99%;
}

.goal_table td {
  border: 1px solid #000000;
  text-align: left;
  padding: 8px;
 /* word-break: break-all;*/
}

td, th {
  border: 1px solid #000000;
  text-align: center;
  padding: 8px;
}

td::first-letter {
  text-transform: uppercase
}

p.text::first-letter {
  text-transform: uppercase
}

