@media print {
  .clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
  }
  body {
    padding: 10px;
    font-family: "Muli", sans-serif;
    font-size: 14px;
  }
  pre {
    background-color: #eeeeee;
    -webkit-print-color-adjust: exact;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-break: break-all;
  }
  th {
    text-align: left;
  }
  td, th {
    padding-right: 10px;
  }
  img.logo {
    width: 300px;
    margin-bottom: 20px;
  }
  a {
    text-decoration: none;
    color: #000000;
  }
  .no-print, .no-print * {
    display: none !important;
  }
  .countryContainer {
    float: left;
    width: 33%;
  }
  .countryContainer .shortcut {
    float: left;
    width: 100px;
  }
  .countryContainer .name {
    float: left;
    width: 200px;
  }
  thead {
    display: table-row-group;
  }
  footer {
    margin-top: 10px;
  }
  .countryContainer .id {
    float: left;
    width: 50px;
  }
  .countryContainer .name {
    float: left;
    width: 160px;
  }
  .countryContainer .count {
    float: left;
    width: 50px;
  }
  .countryContainer .shortcut {
    float: left;
    width: 50px;
  }
  .faq .countryContainer .id {
    width: 40px;
  }
  .faq .countryContainer .name {
    width: 110px;
    margin-right: 5px;
  }
  .codeBlock h2 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .codeBlock .intend {
    margin-left: 20px;
  }
  .codeBlock p {
    padding: 0;
    margin: 0;
  }
  .codeBlock > div {
    background-color: #eeeeee;
    -webkit-print-color-adjust: exact;
    padding: 10px;
    margin: 20px 0;
    font-size: 90%;
  }
  nav, .nav {
    display: none;
  }
  .separator-50 {
    height: 50px;
  }
  .separator-25 {
    height: 50px;
  }
  .separator-10 {
    height: 10px;
  }
  table.list {
    font-size: 10px;
    width: 100%;
  }
  table.list td {
    border-bottom: 1px solid #cccccc;
  }
  table.list .min-width-12 {
    width: 12%;
  }
  div {
    background-image: none !important;
  }
  @page {
    size: auto; /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 20mm 15mm 20mm 15mm;
  }
}

/*# sourceMappingURL=print.css.map */
