  ul#statsList li {
      list-style-type: none;
      padding-left: 30px;
      margin-left: -30px;
      height: 24px;
      padding-top: 8px;
  }

  ul#statsList li:nth-child(1) {
      background: url("../img/icon/icon_hitdice_small.png") left center no-repeat;
  }
  ul#statsList li:nth-child(2) {
      background: url("../img/icon/icon_skill_small.png") left center no-repeat;
  }
  ul#statsList li:nth-child(3) {
      background: url("../img/icon/icon_prof_small.png") left center no-repeat;
      padding-bottom: 10px;
  }
  ul#statsList li:nth-child(4) {
      background: url("../img/icon/icon_shield_small.png") left center no-repeat;
  }

  div.tradition {
      height: 300px;
      overflow-y: hidden;
      padding-right: 30px;
      float: left;
  }

  div.tradition img {
      width: 200px;
  }

  div.roundBorders {
    padding: 20px; 
    border-radius: 25px; 
    background-color: antiquewhite;
  }

  div.fancyBorders {
    padding: 20px; 
    background-color: antiquewhite;
    border-radius: 25px; 
    border-width: 20px;
    border-style: solid;
    border-image-source: url("../img/background/phbtable.png");
    border-image-slice: 25;
    border-image-width: 20px;
    margin: 10px;
  }

  div.fancyBorders h3:first-child {
    margin-block-start: 0em;
  }

  div.fancyBorders table {
    margin-bottom: 1em;
  }

  div.framedBorders {
    padding: 10px; 
    margin: 5px;
    /* background-color: antiquewhite; */
    border-radius: 25px; 
    border-width: 20px;
    border-style: solid;
    border-image-source: url("../img/background/simple.png");
    border-image-slice: 25;
    border-image-width: 20px;
  }

  div.framedBorders h4 {
    margin-block-start: 0px;
  }

  .container {
    display: flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
    align-content: space-between;
    align-items: center;
    max-width: 1250px;
    margin-right:auto;  
    margin-left: auto;  
    list-style: none 
  }

  .cntColumn {
    display: flex;
    flex-wrap:wrap;
    flex-flow: wrap; 
    flex-direction: column; 
    justify-content:space-evenly;
    align-content: space-between;
    align-items: center;
    max-width: 1250px;
    margin-right:auto;  
    margin-left: auto;  
    list-style: none 
  }

  table.innerBorder {
    border: 1px solid grey;
  }

  table.innerBorder th {
    border: 1px solid grey;
  }

  table.innerBorder td {
    border: 1px solid grey;
  }

  ul.descList li p {
    margin-block-start: 0px;
  }