/* Spektroskopie-Simulator */

.spektroskopie-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.spektroskopie-panel {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}

.spektroskopie-panel h3 {
  margin-top: 0;
  color: #2c3e50;
}

.spektrum-plot {
  height: 420px;
  margin: 20px 0;
}

#ir-peak-table,
#nmr-peak-table,
#ms-peak-table {
  margin-top: 20px;
}

#ir-peak-table h4,
#nmr-peak-table h4,
#ms-peak-table h4 {
  color: #2c3e50;
}

.spektroskopie-container .nav-tabs > li.active > a {
  color: #2c3e50;
  font-weight: 600;
}
