section button {
  font-family: 'liberation_sans_bold';
  font-size: 19px;
  display: table;
  margin: 10px auto;
}
section table {
  background-color: rgb(242,242,242);
  border: 1px solid black;
  margin-top: 10px;
  width: 100%;
}
section table td {
  border: 1px solid black;
  font-family: 'liberation_sans_regular';
  padding: 3px 0 3px 10px;
  vertical-align: top;
}
section table td img {
  display: none;
  vertical-align: bottom;
}
section table td strong {
  font-family: 'liberation_sans_bold';
}
section table tr.charges td {
  text-align: center;
}
section table tr.telmate td {
  border: 0;
}
section table tr.telmate td:first-of-type {
  padding-right: 10px;
  text-align: right;
}
section table:nth-of-type(1) td img {
  width: 100%;
}
section table:nth-of-type(1) td span {
  font-size: 13px;
}
section table:nth-of-type(1) tr:first-of-type td {
  padding: 0;
}
section table:nth-of-type(1) tr:nth-of-type(2) td strong:first-of-type {
  display: block;
  padding-bottom: 5px;
}
section table:nth-of-type(1) tr:nth-of-type(3) td,
section table:nth-of-type(1) tr:nth-of-type(8) td,
section table:nth-of-type(1) tr:nth-of-type(14) td {
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
}
section table:nth-of-type(1) tr:nth-of-type(4) td,
section table:nth-of-type(1) tr:nth-of-type(5) td,
section table:nth-of-type(1) tr:nth-of-type(6) td,
section table:nth-of-type(1) tr:nth-of-type(7) td,
section table:nth-of-type(1) tr:nth-of-type(9) td,
section table:nth-of-type(1) tr:nth-of-type(10) td,
section table:nth-of-type(1) tr:nth-of-type(11) td,
section table:nth-of-type(1) tr:nth-of-type(12) td,
section table:nth-of-type(1) tr:nth-of-type(13) td,
section table:nth-of-type(1) tr:nth-of-type(15) td {
  border: 0;
}
section table:nth-of-type(2) {
  display: none;
}
section table:nth-of-type(3) {
  display: none;
}
@media only screen and (min-width: 592px) {
  section table td {
    padding: 3px 10px;
  }
  section table td img {
    width: 100%;
  }
  section table:nth-of-type(1) {
    display: none;
  }
  section table:nth-of-type(2) {
    display: table;
  }
  section table:nth-of-type(2) tr:nth-of-type(1) td:first-of-type {
    font-size: 20px;
  }
  section table:nth-of-type(2) tr:nth-of-type(1) td:last-of-type {
    padding: 0;
  }
  section table:nth-of-type(2) tr:nth-of-type(1) td strong:first-of-type {
    display: block;
    padding-bottom: 5px;
  }
  section table:nth-of-type(2) tr:nth-of-type(2) td,
  section table:nth-of-type(2) tr:nth-of-type(3) td,
  section table:nth-of-type(2) tr:nth-of-type(4) td,
  section table:nth-of-type(2) tr:nth-of-type(5) td,
  section table:nth-of-type(2) tr:nth-of-type(6) td {
    font-size: 18px;
  }
  section table:nth-of-type(2) tr:nth-of-type(2) td,
  section table:nth-of-type(2) tr:nth-of-type(3) td,
  section table:nth-of-type(2) tr:nth-of-type(4) td,
  section table:nth-of-type(2) tr:nth-of-type(5) td,
  section table:nth-of-type(2) tr:nth-of-type(6) td,
  section table:nth-of-type(2) tr:nth-of-type(8) td,
  section table:nth-of-type(2) tr:nth-of-type(9) td,
  section table:nth-of-type(2) tr:nth-of-type(10) td,
  section table:nth-of-type(2) tr:nth-of-type(11) td,
  section table:nth-of-type(2) tr:nth-of-type(12) td,
  section table:nth-of-type(2) tr:nth-of-type(14) td {
    border: 0;
  }
  section table:nth-of-type(2) tr:nth-of-type(7) td,
  section table:nth-of-type(2) tr:nth-of-type(13) td {
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  section table:nth-of-type(2) {
    display: none;
  }
  section table:nth-of-type(3) {
    display: table;
  }
  section table:nth-of-type(3) tr:first-of-type td {
    padding: 10px 0 0 0;
  }
  section table:nth-of-type(3) tr:first-of-type td:first-of-type {
    padding: 10px 0 0 10px;
  }
  section table:nth-of-type(3) tr:first-of-type td:last-of-type,
  section table:nth-of-type(3) tr:nth-of-type(11) td:first-of-type {
    padding: 0;
  }
  section table:nth-of-type(3) tr:nth-of-type(2) td,
  section table:nth-of-type(3) tr:nth-of-type(4) td,
  section table:nth-of-type(3) tr:nth-of-type(5) td,
  section table:nth-of-type(3) tr:nth-of-type(7) td,
  section table:nth-of-type(3) tr:nth-of-type(9) td,
  section table:nth-of-type(3) tr:nth-of-type(10) td {
    padding: 5px 0 0 0;
  }
  section table:nth-of-type(3) tr:nth-of-type(2) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(4) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(5) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(7) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(9) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(10) td:first-of-type {
    padding: 5px 0 0 10px;
  }
  section table:nth-of-type(3) tr:nth-of-type(3) td,
  section table:nth-of-type(3) tr:nth-of-type(6) td,
  section table:nth-of-type(3) tr:nth-of-type(8) td {
    padding: 15px 0 0 0;
  }
  section table:nth-of-type(3) tr:nth-of-type(3) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(6) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(8) td:first-of-type {
    padding: 15px 0 0 10px;
  }
  section table:nth-of-type(3) tr:first-of-type td:not(:last-of-type) {
    border: 0;
  }
  section table:nth-of-type(3) tr:nth-of-type(2) td,
  section table:nth-of-type(3) tr:nth-of-type(3) td,
  section table:nth-of-type(3) tr:nth-of-type(4) td,
  section table:nth-of-type(3) tr:nth-of-type(5) td,
  section table:nth-of-type(3) tr:nth-of-type(6) td,
  section table:nth-of-type(3) tr:nth-of-type(7) td,
  section table:nth-of-type(3) tr:nth-of-type(8) td,
  section table:nth-of-type(3) tr:nth-of-type(9) td,
  section table:nth-of-type(3) tr:nth-of-type(10) td,
  section table:nth-of-type(3) tr:nth-of-type(11) td {
    border: 0;
  }
  section table:nth-of-type(3) tr:nth-of-type(3) td:nth-of-type(3),
  section table:nth-of-type(3) tr:nth-of-type(4) td:nth-of-type(3),
  section table:nth-of-type(3) tr:nth-of-type(5) td:nth-of-type(1),
  section table:nth-of-type(3) tr:nth-of-type(9) td:nth-of-type(3),
  section table:nth-of-type(3) tr:nth-of-type(10) td:nth-of-type(2) {
    padding-right: 10px;
    text-align: right;
  }
  section table:nth-of-type(3) tr:nth-of-type(8) td:nth-of-type(3),
  section table:nth-of-type(3) tr:nth-of-type(12) td {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  section table:nth-of-type(3) td {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  section table {
    margin: 10px auto;
    width: 1024px;
  }
}
@media only print {
  header {
    height: initial;
    font-family: 'raleway_regular';
    font-size: 40px;
    text-align: center;
  }
  section button {
    display: none;
  }
  section table td img {
    width: 100%;
  }
  section table:nth-of-type(1) {
    display: none;
  }
  section table:nth-of-type(2) {
    display: none;
  }
  section table:nth-of-type(3) {
    display: table;
  }
  section table:nth-of-type(3) tr:first-of-type td {
    padding: 10px 0 0 0;
  }
  section table:nth-of-type(3) tr:first-of-type td:first-of-type {
    padding: 10px 0 0 10px;
  }
  section table:nth-of-type(3) tr:first-of-type td:last-of-type,
  section table:nth-of-type(3) tr:nth-of-type(11) td:first-of-type {
    padding: 0;
  }
  section table:nth-of-type(3) tr:nth-of-type(2) td,
  section table:nth-of-type(3) tr:nth-of-type(4) td,
  section table:nth-of-type(3) tr:nth-of-type(5) td,
  section table:nth-of-type(3) tr:nth-of-type(7) td,
  section table:nth-of-type(3) tr:nth-of-type(9) td,
  section table:nth-of-type(3) tr:nth-of-type(10) td {
    padding: 5px 0 0 0;
  }
  section table:nth-of-type(3) tr:nth-of-type(2) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(4) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(5) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(7) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(9) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(10) td:first-of-type {
    padding: 5px 0 0 10px;
  }
  section table:nth-of-type(3) tr:nth-of-type(3) td,
  section table:nth-of-type(3) tr:nth-of-type(6) td,
  section table:nth-of-type(3) tr:nth-of-type(8) td {
    padding: 15px 0 0 0;
  }
  section table:nth-of-type(3) tr:nth-of-type(3) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(6) td:first-of-type,
  section table:nth-of-type(3) tr:nth-of-type(8) td:first-of-type {
    padding: 15px 0 0 10px;
  }
  section table:nth-of-type(3) tr:first-of-type td:not(:last-of-type) {
    border: 0;
  }
  section table:nth-of-type(3) tr:nth-of-type(2) td,
  section table:nth-of-type(3) tr:nth-of-type(3) td,
  section table:nth-of-type(3) tr:nth-of-type(4) td,
  section table:nth-of-type(3) tr:nth-of-type(5) td,
  section table:nth-of-type(3) tr:nth-of-type(6) td,
  section table:nth-of-type(3) tr:nth-of-type(7) td,
  section table:nth-of-type(3) tr:nth-of-type(8) td,
  section table:nth-of-type(3) tr:nth-of-type(9) td,
  section table:nth-of-type(3) tr:nth-of-type(10) td,
  section table:nth-of-type(3) tr:nth-of-type(11) td {
    border: 0;
  }
  section table:nth-of-type(3) tr:nth-of-type(3) td:nth-of-type(3),
  section table:nth-of-type(3) tr:nth-of-type(4) td:nth-of-type(3),
  section table:nth-of-type(3) tr:nth-of-type(5) td:nth-of-type(1),
  section table:nth-of-type(3) tr:nth-of-type(9) td:nth-of-type(3),
  section table:nth-of-type(3) tr:nth-of-type(10) td:nth-of-type(2) {
    padding-right: 10px;
    text-align: right;
  }
  section table:nth-of-type(3) tr:nth-of-type(8) td:nth-of-type(3),
  section table:nth-of-type(3) tr:nth-of-type(12) td {
    text-align: center;
  }
  footer {
    display: none;
  }
}

