<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font: 12px Helvetica, Arial, sans-serif;
  margin: 0;
}
#html5module {
    width: 960px;
    height: 680px;
	touch-action: none;
}
#introscreen {
    position: absolute;
    font: 18px Arial, Helvetica, sans-serif;
    color: black;
    margin: 50px 100px 100px 110px;
    padding: 100px 0 0 0;
    background-image: url('../img/SaplingLearning_logo_intro.png');
    /*Image set for higher density displays*/
    background-image: -webkit-image-set( url(../img/SaplingLearning_logo_intro.png) 1x, 
                                        url(../img/SaplingLearning_logo_intro_2x.png) 2x);
    background-repeat: no-repeat;
    background-size: 202px 65px;
    background-position: center top;
    /*display: none;*/
}
#content {
    position: absolute;
    /*width: 960px;*/
    display: none;
}
#introButton {
    /*width: 95px;
    margin: 0 auto;*/
    margin-top: 65px;
    margin-left: 330px;
}
#introNextButton {
  /*width: 105px;*/
}
#resetButtonDiv {
  position: absolute;
  left: 700px;
  top: 205px;
  width: 100px;
}
#resetButton, #introNextButton, #helpLabel, #closeButton {
  border-radius: 16px;
  box-shadow: none;
  
  /*font-style: normal;*/
  font: 16px Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#helpButtonDiv {
  position: absolute;
  left: 700px;
  top: 152px;
  width: 100px;
}

#logo {
    top:5px;
    left:795px;
}


.graph {
  position: absolute;
  overflow:hidden;
}
#legend {
  position: absolute;
  left: 680px;
  top: 60px;
  min-width: 265px;
}
#legendView {
  position: absolute;
  width: 262px;
  min-height: 125px;
  border: 1px solid #CCC;
  padding-top: 4px;
  padding-bottom: 2px;
  border-top: 0;
}
#legend .item {
  padding: 6px 0px 6px 0px;
  margin-bottom: 2px;
  background: #FFF;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  min-height: 12px;
}
#legend .item:hover {
  background: #EEE;
}
#legend .item.shown {
  color: #000;
}
#legend .item.hidden {
  color: #CCC;
}
#legend .swatch {
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  margin-right: 8px;
  border: none;
}

#legend .swatch.hidden {
  opacity: 0;
}
.swatch.blue {
  background-color: #336699;
}
.swatch.green {
  background-color: #339933;
}
.swatch.black {
  background-color: black;
}
.swatch.red {
  background-color: #FF0000;
}
.swatch.greenFill {
  background-color: rgba(51, 153, 51, .4);
}
.swatch.redFill {
  background-color: rgba(255, 0, 0, .4);
}
.swatch.pink {
  background-color: #FF7777;
}
.swatch.orange {
  background-color: #FF9900;
}
.swatch.grayFill {
  background-color: rgba(102, 102, 102, 0.6);
}
.swatch.blueFill {
  background-color: rgba(51, 204, 255, 0.4);
}

#controls {
  position: absolute;
  left: 120px;
  top: 410px;
}
#sliderView {
  position: absolute;
  top: 33px;
  width: 662px;
  height: 218px;
  border: 1px solid #CCC;
  padding-top: 4px;
  padding-bottom: 2px;
  /*border-top: 0;*/
}

.slider-column {
  position: absolute;
  top: 68px;
  left: 55px;
}
.equation {
  padding-bottom: 20px;
  width: 220px;
  font-size: 12px;
  text-align: center;
  display: none;
}
.equation .symbol {
  font-size: 14px;
  font-family: Times, serif;
}
#mathSlidersA {
  top: 70px;
}
#mathSlidersB .equation {
  padding-bottom: 12px;
}

#econSlidersA {
  top: 100px;
}
#mathSlidersB {
  left: 382px;
}
#econSlidersB {
  left: 400px;
  top: 80px;
}
#econSliders .slider-label {
  width: 30px;
  left: -25px;
}
#econSliders .slider-label.max {
  /*padding-left: 28px;*/
}
#econSliders .slider-textbox {
  /*display: none;*/
  width: 38px;
  text-align: left;
  margin-left: 10px;
  margin-top: -2px;
  line-height: 18px;
  background: none;
  border: none;
  color: #CCC;
  font-size: 10px;
}
#econSliders .slider-title {
  font-size: 14px;
  left: -18px;
  top: -18px;
  cursor: pointer;
}
#mathSliders .slider-title {
  left: -32px;
  top: 4px;
  font: 16px Times, serif;
  /*font-weight: bold;*/
}
#mathSliders {
 /* top: 200px;
  position: relative;*/
}
#mathSliders .slider-info {
  left: 8px;
  top: 234px;
  visibility: hidden;
}

.group-label {
  position: absolute;
  color: #333;
  font-size: 14px;
  /*font-weight: bold;*/
  left: 16px;
  top: 10px;
  width: 100px;
  text-align: left;
}
.column-label {
  position: absolute;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  left: 0px;
  top: 2px;
  width: 50%;
  padding: 6px 0 6px 0;
  text-align: center;
}
#columnB {
  left: 330px;
}
.column-line {
  position: absolute;
  left: 330px;
  top: 1px;
  width: auto;
  height: 210px;
  border-left: 1px solid #EEE;
}
.slider-range {
  position: relative;
  padding-bottom: 65px;
}
#mathSlidersB .slider-range {
  padding-bottom: 38px;
}
#econSlidersB .slider-range {
  /*padding-bottom: 65px;*/
}

path.line {
  fill: none;
  stroke: #336699;
  stroke-width: 2px;
}
path.line.green {
  stroke: #339933;
}
path.line.black {
  stroke: black;
}
path.line.red {
  stroke: #FF0000;
}
path.line.pink {
  stroke: #FF7777;
}
path.line.orange {
  stroke: #FF9900;
}
path.line.dashed {
  stroke-width: 1;
  stroke-dasharray: 5, 5;
  stroke: #999999;
  shape-rendering: crispEdges;
}
path.line.hidden {
  opacity: 0;
}

path.profit {
  fill: rgba(51, 153, 51, .4);
}
path.loss {
  fill: rgba(255, 0, 0, .4);
}
path.gray {
  fill: rgba(102, 102, 102, 0.6);
}
path.blue {
  fill: rgba(51, 204, 255, 0.4);
}
path.hidden {
  opacity: 0;
}

.axis {
  /*shape-rendering: crispEdges;*/
  font-size: 12px;
  fill: black;
}

circle.dot {
  fill: #000;
}

.axis line, .axis path {
  shape-rendering: crispEdges;
  stroke-width: 1;
  fill: none;
  stroke: #666;
}

.mainLabel {
    font-size: 12px;
    /*font-weight: bold;*/
}
.lineLabel {
  font-size: 12px;
  fill: #336699;
}
.lineLabel.black {
  fill: black;
}
.lineLabel.green {
  fill: #339933;
}
.lineLabel.red {
  fill: #FF0000;
}
.lineLabel.pink {
  fill: #FF7777;
}
.lineLabel.orange {
  fill: #FF9900;
}
.lineLabel.hidden {
  opacity: 0;
}
.lineLabel.profit {
  fill: rgba(51, 153, 51, 1);
  font-weight: bold;
}
.lineLabel.loss {
  fill: #DA1800;
  font-weight: bold;
}
.lineLabel.DWL {
  fill: #555;
  font-weight: bold;
}
.lineLabel.CS {
  fill: #279DC4;
  font-weight: bold;
}

.help-text {
    top: 310px;
    left: 658px;
    width: 252px;
    cursor: default;
    /*visibility: visible;*/
}
#message {
  padding-right: 27px;
  cursor: move;
}
#messageDragIcon {
  position: absolute;
  top: 2px;
  right: 3px;
  border: none;
  opacity: 0.6;
  padding: 0;
  height: 28px;
  width: 22px;
  z-index: 121;
}
#messageContainer {
  width: 960px;
  height: 680px;
}

.info-text {
  position: absolute;
  top: 32px;
  left: -40px;
  width: 350px;
  /*The next two lines allow the toggle() of showing and hiding to work*/
  visibility: visible;
  display: none;
}
#econSlidersA .info-text {
  left: 215px;
  top: -30px;
}
#econSlidersB .info-text {
  left: -430px;
  top: -40px;
}
#costIncreaseSlider .info-text {
  top: -80px;
 }
#economiesScaleSlider .info-text {
  top: -70px;
 }
 #economiesScaleSlider {
  padding-bottom: 35px
 }
 
 #mathSliders .splash-text {
  position: absolute;
  left: 58px;
  top: 44px;
  background: rgba(255, 255, 255, 1);
  padding: 25px 25px 5px 25px;
  width: 500px;
  /*height: 150px;*/
  visibility: visible;
  display: none;
 }

 #closeButtonDiv {
  width: 83px;
  margin: 0 auto;
}

#debug {
  width: 960px;
  font: 14px "Courier New", Courier, monospace;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
  /*text-indent: 10px;*/
  margin: 0 auto;
  /*background: #EEE;*/
  /*display: none;*/
}</pre></body></html>