.scale-base {
  display: flex;
  width: 100%;
  justify-content: space-between;
  opacity: 0.82;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #878787;
}

.scale-bar {
  height: 25px;
  border-radius: 1px;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #ff1e1e);
  margin: 5px 0 5px 0;
}

.scale-row {
  margin: 10px 0 10px 0;
}

.scale-row > span{
  font-size: 23px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1c1c1c;
}

.bar-lenght-2 {
  width: 11%
}

.bar-lenght-3 {
  width: 22%
}

.bar-lenght-4 {
  width: 33%
}

.bar-lenght-5 {
  width: 44%
}

.bar-lenght-6 {
  width: 55%
}

.bar-lenght-7 {
  width: 66%
}

.bar-lenght-8 {
  width: 77%
}

.bar-lenght-9 {
  width: 87%
}

.bar-lenght-10 {
  width: 99%
}

.text-center {
  text-align: center;
}

.performance-header {
  padding: 12px 0 12px 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  background-color: #f2f3f7;
  letter-spacing: 0.3px;
  text-align: center;
  color: #666666;
}

.specification-header {
  padding: 12px 0 12px 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  background-color: #f2f3f7;
  letter-spacing: 0.3px;
  text-align: center;
  color: #666666;
}

.performance-table-wrapper {
  padding: 1% 4% 3% 4%;
  font-family: 'Open Sans', sans-serif;
}

.specification-table-wrapper {
  padding: 0 5%;
  font-family: 'Open Sans', sans-serif;
}

.specification-table-container {
  overflow: auto;
}

.spec-table {
  border-collapse:collapse;
}

.spec-table-header {
  background-color: #8d8d8d;
}

.spec-table-header tr {
  border: none;
}

.spec-table-body tr {
  border: none;
}

.spec-table-header tr th {
  padding: 8px 5px !important;
  background-color: #8c8c8c;
  color: #FFF !important;
  font-weight: 500;
  min-width: 170px;
  height: 2em;
  font-size: 12px;
}

.spec-table-body tr td {
  padding: 8px 1px !important;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #212121;
  height: 2em;
}

.grey-row {
  background-color: #f2f3f7;
  color: #000;
}

.text-center {
  text-align: center;
}

@media (max-width: 961px) {
  .spec-table-body tr td { 
    font-size: 12px;
    padding: 4px !important;
  }

  .spec-table-header tr th { 
    font-size: 12px;
    padding: 4px !important;
  }

  .scale-row > span {
    font-size: 17px;
  }

  .scale-base {
    font-size: 17px;
  }
}
