.formula {
  text-align: center;
  font-size: 1.1em;
}

.calculos {
  margin: 15px 0px;
}

.calculos tbody tr th {
  color: #fff;
  background-color: #266cb0;
  text-transform: none;
  letter-spacing: normal;
  width: auto;
  left: 0px;
  padding: 6px 6px;
}

.calculos tbody tr td {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 3px 6px;
}

.contenedor-calculos {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

.headcol {
  position: sticky;
  position: -webkit-sticky;
}

@media (max-width: 600px) {
  .contenedor-calculos {
    white-space: unset;
  }
}

/* Distribución Normal */
.form-dos-fases .probabilidad {
  max-width: 100px;
  font-weight: 600 !important;
  display: inline !important;
  color: #000 !important;
  background-color: #fff !important;
}

.form-dos-fases .oscuro {
  background-color: #f2f4f7 !important;
}

.form-dos-fases .cantidad-simplex {
  background-color: #fff !important;
}
