.inner-page-block .table-title {
  color: #2d2f32;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.inner-page-block .table + .table-title {
  margin-top: 30px;
}

.inner-page-block .table {
  display: table;
  border-collapse: collapse;
width:100%;
}

.inner-page-block .table .tr {
  display: table-row;
}

.inner-page-block .table .tr .td {
  display: table-cell;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  vertical-align: top;
  margin-bottom: 3px;
}

.inner-page-block .table .tr .td:nth-child(n+2) {
  color: #5d636a;
}
.inner-page-block .table .tr .td.stat:nth-child(n+2) {
max-width: 50%;
    min-width: 256px;
}

.inner-page-block .table .tr .td:last-child {
  padding-right: 0;
vertical-align: bottom;
}

.inner-page-block .table .tr:first-child .td {
  padding-top: 0;
}

.inner-page-block .table .tr:last-child .td {
  padding-bottom: 0;
}

.inner-page-block .table:not(.autoWidth) .tr .td:first-child {
width: 256px;
}
.inner-page-block .table:not(.autoWidth) .tr .td.stat:first-child {
max-width: 50%;
  min-width: 256px;
width: auto;
}
