/* Pagina examples/schroedinger.php — suite Quantum Monte Carlo */

/* parametri specifici del sistema: visibilita' gestita da schroedinger.js */
.qmc-par {
  display: none;
}

/* barra di avanzamento (stima) + tempo trascorso */
.qmc-progress {
  display: none;
  margin-top: 0.6rem;
}
.qmc-progress .progress {
  height: 0.9rem;
}
.qmc-elapsed {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.8rem;
  color: #6b7a90;
  margin-top: 0.2rem;
  text-align: center;
}

/* pannelli vuoti */
.qmc-vuoto {
  color: #6b7a90;
  font-style: italic;
}

/* nuvola di walker */
#qmc_canvas {
  display: block;
  width: 100%;
  height: 420px;
  background: #070a10;
  border-radius: 6px;
}

/* tabella dei risultati */
#qmc_risultati table th {
  text-align: left;
  padding-right: 1rem;
  white-space: nowrap;
}
#qmc_risultati table td {
  font-family: ui-monospace, Menlo, Consolas, monospace;
}
#qmc_risultati .qmc-rif {
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

/* tabella comparativa dei tempi */
#qmc_tempi table td,
#qmc_tempi table th {
  text-align: right;
  padding: 0.15rem 0.7rem;
  font-family: ui-monospace, Menlo, Consolas, monospace;
}
#qmc_tempi table th:first-child,
#qmc_tempi table td:first-child {
  text-align: left;
  font-family: inherit;
}
#qmc_tempi .qmc-min {
  font-weight: bold;
}

/* visualizzatore dell'idrogeno (scheda dedicata): ora incorporato nel markup
   della pagina, stili in /css/local/idrogeno.css (era un iframe esterno). */
