#settings-info {
  .logo {
    max-height: 175px;
    max-width: 50%;
    margin: 0 auto 20px;
  }

  h1 {
    margin-bottom: 10px;
  }

  .header-description {
    text-align: center;
    margin-bottom: -10px 0 20px;
  }

  .row-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: row wrap;
  }

  .paytable-symbol-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0.7em;

    .paytable-symbol-block-payout {
      margin-top: 5px;
      display: grid;
      font-family: troika;
      grid-template-columns: 2fr 1fr 2fr;

      .paytable-symbol-block-payout-n {
        text-align: right;
        color: @orange;
      }
      .paytable-symbol-block-payout-dot {
        text-align: center;
        color: #ff5812 !important;
      }
      .paytable-symbol-block-payout-value {
        text-align: left;
        color: @orange;
      }
    }
  }

  .desc-text {
    color: @orange;
  }

  .paytableImg {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    max-width: 600px;
    @media @landscape {
      width: 65%;
    }
    @media @portrait {
      width: 90%;
    }
  }

  #paytableImgMultiplier {
    margin-top: -2em;
    margin-bottom: -2em;
  }

}
