  #help-documentation-content {
    font-family: 'arial';
    background: #000;
    color: #fff;
  }
  
  #content-help p {
    font-family: 'arial';
  }
  
  #content-help h1,
  #content-help h2,
  #content-help h3 {
    font-family: 'arial';
  }
  
  #content-help .container__help .help__body>div #help-documentation-container #pzw__help h1 {
    font-family: 'arial';
  }
  
  #content-help .container__help .help__body>div #help-documentation-container #pzw__help h2 {
    font-family: 'arial';
  }
  
  #content-help .container__help .help__body>div #help-documentation-container #pzw__help p {
    font-family: 'arial';
  }
  
  #help-documentation-content .tables {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: flex-start;
    align-items: flex-start;
  }
  
  #help-documentation-content table {
    font-family: 'arial';
    min-width: 40%;
    text-align: center;
    border-spacing: 0;
    border: none;
    color: #fff;
    table-layout: fixed;
    border-collapse: collapse;
    margin: auto;
  }
  
  #help-documentation-content tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  #help-documentation-content tr.sub-caption {
    color: #FACC28;
  }
  
  #help-documentation-content th {
    color: #FACC28;
    font-size: 1.5em;
    text-shadow: 0.04em 0.05em rgb(0, 0, 0, 0.6);
    padding: 0.3em 0.3em;
    text-align: center;
    border: #FACC28 0.05em solid;
  }
  
  #help-documentation-content td {
    padding: 0.2em;
    vertical-align: middle;
    border: #FACC28 0.1em solid;
  }
  
  #help-documentation-content .paytables td {
    min-width: 4em;
  }
  
  td img.common {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90px;
    padding: 10px;
    max-height: 90px;
  }
  
  #help-documentation-content .centered {
    text-align: center;
  }
  
  .lobby {
    width: 85px;
  }
  
  .lastColumn {
    text-align: right;
  }
  
  #help-documentation-content h1,
  #help-documentation-content h2 {
    text-align: center;
  }
  
  #help-documentation-content h1,
  #help-documentation-content h2,
  #help-documentation-content h3,
  #help-documentation-content b,
  #help-documentation-content strong {
    color: #FACC28;
  }
  
  #help-documentation-content h4 {
    font-weight: bold;
  }
  
  #help-documentation-content h5 {
    text-align: center;
  }
  
  #help-documentation-content h1 {
    font-size: 2em;
    background-color: #B10008;
    padding: 0.3em 0;
  }
  
  #help-documentation-content h2 {
    font-size: 1.25em;
  }
  
  #help-documentation-content h3 {
    font-size: 1em;
  }
  
  #help-documentation-content sup {
    font-size: 70%;
  }
  
  #help-documentation-content ul li h3 {
    margin-top: 1.2em;
    margin-bottom: 0.2em;
  }
  
  #help-documentation-content ul,
  #help-documentation-content ul ul {
    list-style: none;
    /* Remove default bullets */
  }
  
  #help-documentation-content ul {
    margin: 10px 10px 10px;
  }
  
  #help-documentation-content ul ul {
    margin: 10px 10px 10px 50px;
  }
  
  #help-documentation-content ul li {
    margin: 0 10px 10px 0;
    line-height: 1.5em;
    list-style-position: inside;
  }
  
  #help-documentation-content p {
    margin: 10px 10px;
    line-height: 1.5em;
  }
  
  #help-documentation-content ul.listed {
    list-style: none;
  }
  
  #help-documentation-content ul.listed>li:before {
    color: #FACC28;
    margin-left: -0.5em;
    margin-right: 0.2em;
    content: "•";
    font-weight: bold;
    font-size: 3em;
    display: block;
    float: left;
    margin-top: 0.05em;
  }
  
  #help-documentation-content ul.numbered {
    list-style: none;
    counter-reset: count;
  }
  
  #help-documentation-content ul.numbered>li {
    counter-increment: count;
    margin: 1em 2em;
  }
  
  
  #help-documentation-content ul.numbered>li:before {
    color: #000;
    margin-left: -1.5em;
    margin-right: 0.2em;
    content: counter(count, decimal);
    font-weight: bold;
    font-size: 1.3em;
    display: block;
    text-align: center;
    line-height: 1em;
    width: 1em;
    height: 1em;
    background: #FACC28;
    border-radius: 1em;
    float: left;
    margin-top: 0.1em;
  }
  
  #help-documentation-content h2::after {
    content: "";
    display: block;
    width: 80%;
    height: 0.1em;
    position: relative;
    left: 10%;
    background-color: #FACC28;
    overflow: hidden;
    border-radius: 100%;
    margin-top: 0.3em;
  }
  
  #help-documentation-content .buttons {
    text-align: left;
  }
  
  #help-documentation-content .buttons li {
    margin-bottom: 0;
  }
  
  #help-documentation-content .buttons_table {
    margin-left: 0;
    margin-right: 0;
  }
  
  #help-documentation-content .buttons_table img {
    margin: 0.5em;
  }
  
  @media all and (orientation:portrait) {
  
    #help-documentation-content ul,
    #help-documentation-content ul ul {
      margin-left: 0;
      margin-right: 0;
    }
  
    #help-documentation-content ul ul {
      margin-left: 0.5em;
    }
  
    #help-documentation-content img {
      width: 80%;
    }
  
    #help-documentation-content .buttons_table td {
      min-width: 7em;
    }
  
    #help-documentation-content .paytables table {
      margin: 1em 0;
      width: 100%;
    }
  
    #help-documentation-content ul li {
      margin-right: 0;
    }
  
    #help-documentation-container {
      padding-right: 20px !important;
    }
  
    #help-documentation-content .sub-caption td {
      font-size: 90%;
      line-height: 1em;
    }
  
    #help-documentation-content .paytables .sub-caption td:nth-child(1) {
      width: 20%;
    }
  
    #help-documentation-content .paytables .sub-caption td:nth-child(2) {
      width: 40%;
    }
  
    #help-documentation-content .paytables .sub-caption td:nth-child(3) {
      width: 30%;
    }
  }