body {
    padding: 32px 16px 80px 16px;
}

h1.header {
    font-family: 'SFProDisplay-Bold';
    font-size: 24px;
    margin-bottom: 8px;
}

ul.list {
    padding: 0px;
    border: 0px;
}

ul.list li {
    border-bottom: 1px solid #E2E2E2 ;   
    font-family: 'SFProDisplay-Regular';
    font-size: 16px;
    list-style: none;
    padding-top: 24px;
    padding-bottom: 15px;
    position: relative;
}

ul.list li p {
    margin: 0px;
    width: 288px;
    display: inline-block;
}

ul.list li img {
    position: absolute;
    top: 41%;
    right: 15px;
}

ul.list li a {
    color: #1E1E1E ;
    text-decoration: none;
}

ul.list2 {
    margin-top: 32px;
    padding: 0px;
    border: 0px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

ul.list2 li {
    border-bottom: 1px solid #E2E2E2 ;   
    font-family: 'SFProDisplay-Regular';
    font-size: 16px;
    list-style: none;
    padding-top: 24px;
    padding-bottom: 15px;
    padding-left: 23.5px;
    padding-right: 23.5px;
    position: relative;
}

ul.list2 li p {
    margin: 0px;
    width: 256px;
    display: inline-block;
}

ul.list2 li img {
    position: absolute;
    top: 41%;
    right: 23.5px;
}

ul.list2 li a {
    color: #1E1E1E ;
    text-decoration: none;
}

div.detail {
    margin-top: 24px;
    margin-bottom: 32px;
    font-family: 'SFProDisplay-Regular';
    font-size: 16px;
}

p.detail-question-1 {
    margin-bottom: 32px;
    font-family: 'SFProDisplay-Regular';
    font-size: 16px;
    text-align: center;
}

div.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    margin: 0px auto;
}

div.rating-good,
div.rating-bad {
    width: 47px;
    height: 47px;
    opacity: 0.3;
    margin-bottom: 64px;
}

div.rating-good {
    margin-right: 16px;
}
div.rating-bad {
    margin-left: 16px;
}

div.rating-good.inactive {
    background: url(../images/rate_goodN.png) center center no-repeat;
    background-size: cover;
   
}
div.rating-bad.inactive {
    background: url(../images/rate_badN.png) center center no-repeat;
    background-size: cover;
}

div.rating-good.active {
    background: url(../images/rate_goodA.png) center center no-repeat;
    background-size: cover;
    opacity: 1;
}
div.rating-bad.active {
    background: url(../images/rate_badA.png) center center no-repeat;
    background-size: cover;
    opacity: 1;
}

.help {
    width: 343px;
    margin: 0px auto;
}
.help p.text {
    margin-right: 24.5px;
    font-family: 'SFProDisplay-Regular';
    font-size: 16px;
    margin-bottom: 0px;
}
.help a p.link {
    background: #1E1E1E;    
    width: 171px;
    height: 50px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.help a {
    color: #ffffff;
    font-family: 'SFProDisplay-Regular';
    font-size: 18px;
    text-decoration: none;
}

p.header-commissions1 {
    font-size: 18px;
    text-align: center;
    font-family: 'SFProDisplay-Bold';
    margin-bottom: 24px;
    letter-spacing: 0;
}
p.header-commissions2 {
    font-size: 18px;
    text-align: center;
    font-family: 'SFProDisplay-Bold';
    margin-bottom: 20px;
    letter-spacing: 0;
}
p.header-commissions3 {
    font-size: 14px;
    text-align: center;
    font-family: 'SFProDisplay-Regular';
    margin-bottom: 22px;
    color: #1E1E1E;
}

.table-commissions {
    width: 100%;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 22px;
}

.table-commissions td:nth-child(even) {
    border-left: 1px solid rgba(205, 205 , 205, 0.5);
    border-right: 1px solid rgba(205, 205 , 205, 0.5);
  }

.table-commissions .header-blue {
  background-color: #369cf7;
  color: #ffffff;
  padding: 11px 9px 11px 9px;
  font-family: 'SFProDisplay-Semi-Bold';
  font-size: 12px;
}
.table-commissions .header-gray {
    background-color: rgba(216, 216, 216, 0.2);
    color: #1E1E1E;
    padding: 14px 9px 14px 9px;
    font-family: 'SFProDisplay-Semi-Bold';
    font-size: 14px;
  }
  .table-commissions .normal {
    background-color: #ffffff;
    color: #4B4B4B ;
    padding: 6px 9px 6px 9px;
    font-family: 'SFProDisplay-Regular';
    font-size: 12px;
    
  }
  .table-commissions .normal:nth-child(even) {
    text-align: center;
  }
  .table-commissions .normal span {
    font-size: 10px;
  }
  .table-commissions .strong {
    background-color: #ffffff;
    color: #4B4B4B ;
    padding: 6px 9px 6px 9px;
    font-family: 'SFProDisplay-Bold';
    font-size: 12px;
    text-align: center;
  }
  p.commissions-bottom {
    font-family: 'SFProDisplay-Regular';
    font-size: 14px;
    color: #1e1e1e;
  }

  p.commissions-bottom span {
    font-family: 'SFProDisplay-Bold';
    font-size: 12px;
    color: #1e1e1e;
  }