<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.reagentContainer{
  background-color: #333333;
  border:thin solid red;
}


.innerContainer {
  border-radius: 0.5em;
  width: 100%;
  height: 100%;
  position: relative;

}
.lstReagent {
  position: absolute;
  bottom: 10em;
  top: 0;
  background-color: #ffffff;
  text-align: left;
  color: #000000;
  text-shadow: none;
  overflow: hidden;
  margin-bottom: 1em;
  width: 100%;
}
.lstReagent .reagentList {
  border-radius: 1em;
  font-size: 70%;
  width: 100%;
}
.lstReagent .reagentList .row {
  position: relative;
  height: 2.25em;
  line-height: 2.25;
  border-bottom: 1px solid #999999;
}
.lstReagent .reagentList .row.second {
  background-color: #eeeeee;
}
.lstReagent .reagentList .name {
  font-weight: bold;
  display: inline-block;
  width: 55%;
  padding-left: 1%;
}
.lstReagent .reagentList .summenformel {
  display: inline-block;
  width: 27%;
  font-size: 80%;
}
.lstReagent .reagentList .summenformel sup {
  font-size: 55% !important;
}
.lstReagent .reagentList .mass {
  display: inline-block;
  width: 9%;
  font-size: 90%;
}
.lstReagent .reagentList .small {
  display: inline-block;
  width: 8%;
  text-align: right;
}
.lstReagent .reagentList .cSelectButton {
  font-size: 200%;
  width: 90%;
  margin-left: 5%;
  height: .9em;
  line-height: 0.75;
  margin-top: 0.1em;
  background: -webkit-linear-gradient(top, #9ad945 0%, #7eb238 100%);
  background: -moz-linear-gradient(top, #9ad945 0%, #7eb238 100%);
  background: -ms-linear-gradient(top, #9ad945 0%, #7eb238 100%);
  background: -o-linear-gradient(top, #9ad945 0%, #7eb238 100%);
  background: linear-gradient(to bottom, #9ad945 0%, #7eb238 100%);
  background-repeat: no-repeat;
  color: #ffffff;
}
.inputContainer {
  position: absolute;
  top:1px;
  width: 100%;
}
.inputContainer .inputLine {
  height: 2.0em !important;
  line-height: 2.0em !important;
}
.inputContainer .inputLine .newSubstance {
  width: 80px;
  box-sizing: border-box;
  float: left;
  color: black;
  margin: 0;
  padding: 0;
  border: 2px solid #444444;
}
.inputContainer .inputLine .newSubstance div {
  line-height: 2.0em !important;
  height: 2.0em !important;
}
.inputContainer .inputLine .inputReagents {
  text-align: center;
  margin: 0;
  margin-left: 100px;
  margin-right: 20px;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #f0f0f0;
  border: 2px solid #444444;
  font-size: 100%;
  font-weight: 700;
  color: #000000;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.inputContainer .keyboardContainer {
  position: absolute;
  width: 100%;
  height: 6em;
  bottom: 0;
}
.inputContainer .keyboardContainer .keyboard {
  height: 100%;
  margin: 0 auto;
}
.inputContainer .keyboardContainer .keyboard .keyboardRow {
  width: 100%;
}
.inputContainer .keyboardContainer .keyboard .but_Key {
  height: 36px !important;
  line-height: 36px !important;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 5px 5px 5px 5px !important;
  text-align: center;
  width: 36px !important;
  font-weight: 700;
}
.inputContainer .keyboardContainer .keyboard .but_Key.but_KeyCANCEL {
  width: 72px !important;
}
.inputContainer .keyboardContainer .keyboard .but_Key.but_KeyOK {
  width: 72px !important;
}
.scrollShadow {
  height: 40px;
}
.scrollShadow-top {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
.scrollShadow-bottom {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
}
</pre></body></html>