#rules {
  .submenu-header {
    margin-bottom: 10px;
  }

  .how-to-play {
    font-size    : 18px;
    width        : 90%;
    text-align   : left;
    margin-bottom: 50px;
  }

.normal-font .section-title{
  font-family: Roboto !important;
}
.normal-font .subtitle{
  font-family: Roboto !important;
}
.normal-font .section-subtitle{
  font-family: Roboto !important;
}

.normal-font {
  h1, h2, h3 {
    font-family: 'Roboto', sans-serif !important;
  }
}

  ul {
    width      : 90%;
    margin-left: 20px;
    list-style : none;

    li::before {
      content    : url('@{assetPath}/common/paytable/bullets_tomato.png');
      color      : #fbc22b;
      font-weight: bold;
      display    : inline-block;
      margin-left: -30px;
      padding-right: 7px;
      transform: translateY(15%);
    }

    ul {
      padding-left: 5%;
      list-style  : none;

      li::before {
        content    : '○';
        color      : #fbc22b;
        font-weight: bold;
        display    : inline-block;
        margin-top : -1px;
      }
    }
  }

  li,
  p {
    max-width : 100%;
    font-size : 18px;
    text-align: left;
  }

  li {
    margin: 15px 0;
  }
}