
.table-intro{
  margin-bottom: 3%;
  padding: 1%;
  justify-content:last baseline;
}
.table-container{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .cell-leftLabel{
    text-align: right;
    width: 15%;
    font-size: 11px;
    padding-right:10px;
    white-space: nowrap;
  }
  .cell-radio{
    text-align: center;
    width: 3%;
  }
  .cell-rightLabel{
    text-align: left;
    width: 15%;
    white-space: nowrap;
    font-size: 11px;
    padding-left:2%;
  }
  .section { /* Para mostrar solo la sección que interesa */
    display: none;
  }
  .bar {
    width: 140px;
 }
 .range-no-selected::-webkit-slider-thumb {
  background-color: #c2c2c2;
}
.range-no-selected::-moz-range-thumb {
  background-color: #c2c2c2;
}
 .range-selected::-webkit-slider-thumb {
  background-color: #000000;
}
.range-selected::-moz-range-thumb {
  background-color: #000000;
}
input[type=radio] {
  accent-color: #000000;
}