<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen {
  .ui-mobile .small-button {
    display: none;
  }
  .ui-btn .low-ui {
    display: none;
  }
}
@media only screen and (max-width: 250px) {
  .ui-mobile .big-button {
    display: none;
  }
  .ui-btn .high-ui {
    display: none;
  }
  .ui-mobile .small-button {
    display: inherit;
  }
  .ui-btn .low-ui {
    display: inherit;
  }
}
#chemsolve, #chemsolve-game-div {
  background: url("../../shared/gfx/backgrounds/chemsolve.jpg");
  background-size: cover;
}
#chemsolve .introTable {
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
#chemsolve .introTable img {
  display: block;
  margin: 0 auto;
}
#chemsolve .introTable .pHelp1 td .helpText,
#chemsolve .introTable .pHelp2 td .helpText {
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.5em;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  margin: 0 auto;
}
#chemsolve .calcTable {
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#chemsolve .div_Combo {
  margin: 0 auto;
  max-width: 500px;
  display: none;
  max-height: 100%;
  overflow: hidden;
  color: #000000;
  border: 2px solid #666666;
  text-align: center;
  background-color: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #bbbbbb 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #bbbbbb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #bbbbbb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #bbbbbb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #bbbbbb 100%);
  background-repeat: no-repeat;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
#chemsolve .div_Combo .comboInner {
  padding: .5em;
}
#chemsolve .div_Combo table {
  table-layout: fixed;
  width: 100%;
}
#chemsolve .div_Combo table td:first-child {
  width: 47%;
}
#chemsolve .div_Combo table td:nth-child(2) {
  width: 6%;
  font-size: 200%;
}
#chemsolve .div_Combo table td:nth-child(3) {
  width: 47%;
}
#chemsolve .div_Combo .td_UsedReagentsLeft &gt; div,
#chemsolve .div_Combo .td_UsedReagentsRight &gt; div {
  display: block;
  position: relative;
  border: 1px solid #000000;
  height: 3em;
  line-height: 3em;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #000000;
  padding: 0 0.25em;
  background-color: #dddddd;
  background: -webkit-linear-gradient(top, #dddddd 0%, #999999 100%);
  background: -moz-linear-gradient(top, #dddddd 0%, #999999 100%);
  background: -ms-linear-gradient(top, #dddddd 0%, #999999 100%);
  background: -o-linear-gradient(top, #dddddd 0%, #999999 100%);
  background: linear-gradient(to bottom, #dddddd 0%, #999999 100%);
  background-repeat: no-repeat;
  -moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  cursor: pointer;
}
#chemsolve .div_Combo .td_UsedReagentsLeft &gt; div .name,
#chemsolve .div_Combo .td_UsedReagentsRight &gt; div .name {
  max-height: 3em;
  margin-right: 1.5em;
}
#chemsolve .div_Combo .td_UsedReagentsLeft &gt; div .remove,
#chemsolve .div_Combo .td_UsedReagentsRight &gt; div .remove {
  margin-top: 0.75em;
  float: right;
  box-sizing: border-box;
  font-weight: 700;
  border: 1px solid #000000;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #ffffff;
  background-color: #ff0000;
  background: -webkit-linear-gradient(top, #ff0000 0%, #990000 100%);
  background: -moz-linear-gradient(top, #ff0000 0%, #990000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #990000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #990000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #990000 100%);
  background-repeat: no-repeat;
}
#chemsolve .div_Calc {
  position: relative;
  max-height: 100%;
  margin: 0 auto;
  font-size: 16px;
  border: 2px solid #666666;
  width: 90%;
  max-width: 25em;
  padding: 0.75em;
  background-color: #bbbbbb;
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  background: -moz-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  background: -ms-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  background: -o-linear-gradient(top, #bbbbbb 0%, #999999 100%);
  background: linear-gradient(to bottom, #bbbbbb 0%, #999999 100%);
  background-repeat: no-repeat;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
#chemsolve .div_Calc .input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #000000;
  background-color: #000000;
  height: 5em;
  line-height: 1.5em;
  font-weight: 400;
  overflow: hidden;
  text-align: left;
  color: #000000;
  background-color: #dddddd;
  background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #dddddd 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
  background-repeat: no-repeat;
  padding: 0.25em;
  margin: 0 auto 0.5em;
}
#chemsolve .div_Calc .but_Key {
  box-sizing: border-box;
  margin: 1%;
  border: 1px solid #000000;
  max-width: none;
  width: 12.5%;
  height: 2.5em;
  line-height: 2.5em;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#chemsolve .div_Calc .but_Key.keyLong {
  width: 40%;
}
#chemsolve .div_Calc .but_Key.keyx2 {
  width: 27%;
}
#chemsolve .div_Calc .but_Key.keyDark {
  background-color: #888888;
  background: -webkit-linear-gradient(top, #888888 0%, #333333 100%);
  background: -moz-linear-gradient(top, #888888 0%, #333333 100%);
  background: -ms-linear-gradient(top, #888888 0%, #333333 100%);
  background: -o-linear-gradient(top, #888888 0%, #333333 100%);
  background: linear-gradient(to bottom, #888888 0%, #333333 100%);
  background-repeat: no-repeat;
  color: #ffffff;
}
#chemsolve .div_Calc .but_Key.keyDark.pressed {
  background-color: #aaaaaa;
  background: -webkit-linear-gradient(top, #aaaaaa 0%, #666666 100%);
  background: -moz-linear-gradient(top, #aaaaaa 0%, #666666 100%);
  background: -ms-linear-gradient(top, #aaaaaa 0%, #666666 100%);
  background: -o-linear-gradient(top, #aaaaaa 0%, #666666 100%);
  background: linear-gradient(to bottom, #aaaaaa 0%, #666666 100%);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  #chemsolve .two-col {
    display: none;
  }
  #chemsolve .left-col,
  #chemsolve .right-col {
    width: auto;
    margin: 0 auto;
    float: none;
  }
  #chemsolve .left-col .single-col,
  #chemsolve .right-col .single-col {
    display: inherit;
  }
}

</pre></body></html>