body,
html {
  margin: 0px;
  font-family: Verdana, tahoma, arial, helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hidden {
  display: none;
}

#container {
  position: absolute;
  top: 42px;
  width: 700px;
  height: 556px;
  border: 1px solid black;
  background-color: #482b58;
}

#container.textured {
  background: url(gems.png);
}

#graph {
  position: absolute;
  left: 40px;
  top: 20px;
  width: 361px;
  height: 361px;
}

#graph.line {
  background: url(graphn.png);
}

#graph.vector {
  background: url(graph.png);
}

#graph.map {
  background: url(map.png);
}

#designer-count {
  position: absolute;
  left: 432px;
  top: 14px;
  width: 42px;
  height: 38px;
  font-size: 22px;
  color: #f44;
}

#house {
  position: absolute;
  left: 170px;
  top: 172px;
  background: url(house.png);
  width: 20px;
  height: 18px;
}

#line-controls {
  position: absolute;
  left: 14px;
  top: 400px;
  width: 412px;
  height: 142px;
  background-color: #234;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  opacity: 0.9;
}

#vector-level {
  position: absolute;
  left: 460px;
  top: 14px;
  width: 170px;
  height: 26px;
  background-color: #334;
  border: 1px solid #726c6c;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  opacity: 0.9;
  padding: 4px;
}

#vector-controls {
  position: absolute;
  left: 24px;
  top: 414px;
  width: 642px;
  height: 114px;
  background-color: #234;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  overflow: visible;
}

.textured #vector-controls {
  background-image: url(vector-slate.png);
}

.vector {
  float: left;
  width: 80px;
  height: 94px;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 4px;
  position: relative;
}

.vector.editing {
  background-color: #bbcbe8;
  color: #44f;
}

.textured .vector.editing {
  background-image: url(vector-cloth-small.png);
}

.vector-add {
  float: left;
  width: 34px;
  height: 46px;
  background-color: #6c8;
  border-radius: 12px;
  font-size: 34px;
  color: #fff;
  padding-left: 6px;
  padding-top: 0px;
  margin-top: 34px;
  margin-bottom: 4px;
  margin-left: 12px;
  margin-right: 1px;
}

#vector-enlarge {
  position: absolute;
  left: 422px;
  top: 66px;
  width: 258px;
  height: 214px;
  background-color: #bbcbe8;
  color: #44f;
  font-size: 60px;
  text-align: center;
  opacity: 0.9;
}

.textured #vector-enlarge {
  background-image: url(vector-cloth.png);
}

#vector-enlarge-close {
  position: absolute;
  left: 506px;
  top: 306px;
  width: 90px;
  height: 34px;
  background-color: #e8e8e8;
  font-size: 22px;
  text-align: center;
  padding-top: 4px;
  border-radius: 4px;
}

#vector-enlarge-close:hover {
  background-color: #f8f8f8;
}

#walk-level {
  position: absolute;
  left: 460px;
  top: 14px;
  width: 170px;
  height: 26px;
  background-color: #334;
  border: 1px solid #726c6c;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  opacity: 0.9;
  padding: 4px;
}

#walk-controls {
  position: absolute;
  left: 24px;
  top: 414px;
  width: 642px;
  height: 114px;
  background-color: #234;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  overflow: visible;
}

.textured #walk-controls {
  background-image: url(vector-slate.png);
}

.walk {
  float: left;
  width: 59px;
  height: 91px;
  font-size: 52px;
  color: #fff;
  margin-left: 5px;
  margin-top: 11px;
  margin-bottom: 4px;
  position: relative;
}

.walk.editing {
  background-color: #6d7dc8;
  color: #44f;
}

.walk-direction {
  width: 53px;
  height: 41px;
  font-size: 34px;
  background-color: #aaa;
  color: #000;
  text-align: center;
  margin-top: 4px;
  margin-left: 3px;
}

.walk-magnitude {
  width: 53px;
  height: 41px;
  font-size: 34px;
  background-color: #ddd;
  color: #000;
  text-align: center;
  margin-left: 3px;
}

.walk-add {
  float: left;
  width: 34px;
  height: 46px;
  background-color: #6c8;
  border-radius: 12px;
  font-size: 34px;
  color: #fff;
  padding-left: 6px;
  padding-top: 0px;
  margin-top: 34px;
  margin-bottom: 4px;
  margin-left: 12px;
  margin-right: 1px;
}

#walk-enlarge {
  position: absolute;
  left: 432px;
  top: 60px;
  width: 233px;
  height: 233px;
  background-color: #6d7dc8;
  color: #44f;
  font-size: 60px;
  text-align: center;
  opacity: 0.9;
  border-radius: 86px;
  border: 1px solid #8886df;
}

.textured #walk-enlarge {
  background-image: url(map-compass.png);
}

#walk-enlarge-close {
  position: absolute;
  left: 502px;
  top: 308px;
  width: 88px;
  height: 32px;
  background-color: #eee;
  font-size: 22px;
  text-align: center;
  padding-top: 4px;
  border-radius: 4px;
}

#walk-submit {
  position: absolute;
  left: 474px;
  top: 306px;
  width: 144px;
  height: 34px;
  background-color: #80d090;
  font-size: 22px;
  text-align: center;
  padding-top: 4px;
  border-radius: 4px;
}

#walk-submit:hover {
  background-color: #88d898;
}

#walk-enlarge-north {
  position: absolute;
  left: 529px;
  top: 68px;
  width: 40px;
  height: 36px;
  background-color: #babdd4;
  font-size: 24px;
  text-align: center;
  padding-top: 4px;
  border-radius: 14px;
  border: 1px #e6b2c8 solid;
}

#walk-enlarge-north:hover {
  background-color: #cacde4;
}

#walk-enlarge-east {
  position: absolute;
  left: 615px;
  top: 157px;
  width: 40px;
  height: 36px;
  background-color: #babdd4;
  font-size: 24px;
  text-align: center;
  padding-top: 4px;
  border-radius: 14px;
  border: 1px #e6b2c8 solid;
}

#walk-enlarge-east:hover {
  background-color: #cacde4;
}

#walk-enlarge-south {
  position: absolute;
  left: 529px;
  top: 243px;
  width: 40px;
  height: 36px;
  background-color: #babdd4;
  font-size: 24px;
  text-align: center;
  padding-top: 4px;
  border-radius: 14px;
  border: 1px #e6b2c8 solid;
}

#walk-enlarge-south:hover {
  background-color: #cacde4;
}

#walk-enlarge-west {
  position: absolute;
  left: 442px;
  top: 157px;
  width: 40px;
  height: 36px;
  background-color: #babdd4;
  font-size: 24px;
  text-align: center;
  padding-top: 4px;
  border-radius: 14px;
  border: 1px #e6b2c8 solid;
}

#walk-enlarge-west:hover {
  background-color: #cacde4;
}

#walk-enlarge-magnitude {
  position: absolute;
  left: 529px;
  top: 157px;
  width: 40px;
  height: 36px;
  background-color: #a25494;
  color: #cbd448;
  font-size: 24px;
  text-align: center;
  padding-top: 4px;
  border-radius: 16px;
  border: 1px #e6b2c8 solid;
}

#walk-enlarge-north-wrapper {
  position: absolute;
  left: 528px;
  top: 67px;
  width: 44px;
  height: 134px;
  background-color: #76b8e4;
  font-size: 22px;
  text-align: center;
  border-radius: 14px;
  opacity: 0.6;
}

#walk-enlarge-east-wrapper {
  position: absolute;
  left: 527px;
  top: 156px;
  width: 131px;
  height: 40px;
  background-color: #76b8e4;
  font-size: 22px;
  text-align: center;
  padding-top: 4px;
  border-radius: 14px;
  opacity: 0.6;
}

#walk-enlarge-south-wrapper {
  position: absolute;
  left: 528px;
  top: 155px;
  width: 44px;
  height: 132px;
  background-color: #76b8e4;
  font-size: 22px;
  text-align: center;
  border-radius: 14px;
  opacity: 0.6;
}

#walk-enlarge-west-wrapper {
  position: absolute;
  left: 441px;
  top: 156px;
  width: 131px;
  height: 40px;
  background-color: #76b8e4;
  font-size: 22px;
  text-align: center;
  padding-top: 4px;
  border-radius: 14px;
  opacity: 0.6;
}

#enter-line-n {
  position: absolute;
  left: 14px;
  top: 12px;
  color: #eee;
  font-size: 20px;
}

#enter-line-n.line-red {
  color: #eaa;
}

#enter-line-n.line-green {
  color: #aea;
}

#enter-line-n.line-blue {
  color: #99e;
}

#formula {
  position: absolute;
  left: 92px;
  top: 8px;
  color: #eee;
  font-size: 22px;
}

.division-numerator {
  position: relative;
  font-size: 20px;
  top: -10px;
}

.division-operator {
  width: 14px;
  height: 1px;
  background-color: #fff;
  position: relative;
  top: -10px;
}

.division-operator.wide {
  width: 24px;
}

.division-denominator {
  position: relative;
  font-size: 20px;
  top: -10px;
}

.formula-x {
  float: left;
  margin-top: 4px;
  margin-left: 4px;
}

#line-enter {
  position: absolute;
  left: 324px;
  top: 8px;
  width: 60px;
  height: 26px;
  font-size: 20px;
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 4px;
  padding-left: 8px;
}

#line-instructions {
  position: absolute;
  left: 444px;
  top: 326px;
  width: 228px;
  height: 132px;
  color: #e2ebd4;
  font-size: 22px;
  text-align: center;
  padding: 4px;
  padding-top: 10px;
  background-color: #4a4236;
  border: 1px solid #989464;
  border-radius: 4px;
}

.textured #line-instructions {
  background-image: url(line-sack.png);
}

#line-commentary-text {
  position: absolute;
  left: 444px;
  top: 326px;
  width: 228px;
  height: 132px;
  color: #e2ebd4;
  font-size: 22px;
  text-align: center;
  padding: 4px;
  padding-top: 10px;
  background-color: #333;
  border: 1px solid #949096;
  border-radius: 4px;
}

#line-submit {
  position: absolute;
  left: 486px;
  top: 426px;
  width: 134px;
  height: 26px;
  background-color: #80d090;
  border: 1px solid #5d5;
  font-size: 20px;
  border-radius: 4px;
  padding: 6px;
  padding-top: 8px;
  text-align: center;
}

#line-best {
  background-color: #e8e8e8;
  border: 1px solid #555;
  font-size: 20px;
  border-radius: 4px;
  padding: 2px;
  color: black;
}

#line-mine {
  background-color: #e8e8e8;
  border: 1px solid #555;
  font-size: 20px;
  border-radius: 4px;
  padding: 2px;
  color: black;
}

#vector-instructions {
  position: absolute;
  left: 422px;
  top: 70px;
  width: 244px;
  height: 196px;
  color: #eed;
  font-size: 22px;
  padding: 6px;
  padding-top: 8px;
  background: #442;
  opacity: 0.9;
  border: 1px solid #4a4;
  border-radius: 4px;
}

.textured #vector-instructions {
  background-image: url(vector-sack.png);
}

#walk-instructions {
  position: absolute;
  left: 422px;
  top: 70px;
  width: 244px;
  height: 196px;
  color: #eed;
  font-size: 22px;
  padding: 6px;
  padding-top: 8px;
  background: #442;
  opacity: 0.9;
  border: 1px solid #4a4;
  border-radius: 4px;
}

#vector-enlarge-upper-minus {
  position: absolute;
  left: 424px;
  top: 100px;
  width: 40px;
  height: 36px;
  background-color: #5292d2;
  font-size: 24px;
  text-align: center;
  padding-top: 4px;
  border-radius: 18px;
}

#vector-enlarge-upper-minus:hover {
  background-color: #5498d6;
}

#vector-enlarge-upper-plus {
  position: absolute;
  left: 638px;
  top: 100px;
  width: 40px;
  height: 36px;
  background-color: #5292d2;
  font-size: 24px;
  text-align: center;
  padding-top: 4px;
  border-radius: 18px;
}

#vector-enlarge-upper-plus:hover {
  background-color: #5498d6;
}

#vector-enlarge-lower-minus {
  position: absolute;
  left: 424px;
  top: 196px;
  width: 40px;
  height: 36px;
  background-color: #5292d2;
  font-size: 24px;
  text-align: center;
  padding-top: 4px;
  border-radius: 18px;
}

#vector-enlarge-lower-minus:hover {
  background-color: #5498d6;
}

#vector-enlarge-lower-plus {
  position: absolute;
  left: 638px;
  top: 196px;
  width: 40px;
  height: 36px;
  background-color: #5292d2;
  font-size: 24px;
  text-align: center;
  padding-top: 4px;
  border-radius: 18px;
}

#vector-enlarge-lower-plus:hover {
  background-color: #5498d6;
}

#vector-preview {
  position: absolute;
  left: 430px;
  top: 294px;
  width: 108px;
  height: 34px;
  background-color: #eea;
  font-size: 22px;
  text-align: center;
  padding-top: 4px;
  border-radius: 4px;
}

#vector-submit {
  position: absolute;
  left: 474px;
  top: 306px;
  width: 144px;
  height: 34px;
  background-color: #80d090;
  font-size: 22px;
  text-align: center;
  padding-top: 4px;
  border-radius: 4px;
}

#vector-submit:hover {
  background-color: #88d898;
}

#vector-enlarge .l-bracket {
  position: absolute;
  left: 22px;
  top: -10px;
  width: 76px;
  height: 240px;
  font-size: 168px;
  font-family: Geneva;
}

#vector-enlarge .r-bracket {
  position: absolute;
  left: 162px;
  top: -10px;
  width: 76px;
  height: 240px;
  font-size: 168px;
  font-family: Geneva;
}

#vector-enlarge .upper {
  position: absolute;
  left: 72px;
  top: 16px;
  width: 112px;
  height: 80px;
  font-size: 68px;
  text-align: center;
}

#vector-enlarge .lower {
  position: absolute;
  left: 72px;
  top: 102px;
  width: 112px;
  height: 80px;
  font-size: 68px;
  text-align: center;
}

.vector .l-bracket {
  position: absolute;
  left: 6px;
  top: 4px;
  width: 26px;
  height: 94px;
  font-size: 62px;
  font-family: Geneva;
}

.vector .r-bracket {
  position: absolute;
  left: 52px;
  top: 4px;
  width: 26px;
  height: 94px;
  font-size: 62px;
  font-family: Geneva;
}

.vector .upper {
  position: absolute;
  left: 19px;
  top: 18px;
  width: 42px;
  height: 26px;
  font-size: 22px;
  text-align: center;
}

.vector .lower {
  position: absolute;
  left: 19px;
  top: 44px;
  width: 42px;
  height: 26px;
  font-size: 22px;
  text-align: center;
}

.gem {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 12px;
  height: 12px;
  background: url(cross.png);
  opacity: 0.8;
}

.design-node {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 12px;
  height: 12px;
  opacity: 0.4;
  border: 1px solid #f44;
}

.gem.harvested {
  opacity: 1;
}

.gem.missed {
  background: url(cross_grey.png);
}

.reward {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 16px;
  height: 11px;
  background: url(gem.png);
  background-size: contain;
  opacity: 1;
}

#line-level {
  position: absolute;
  left: 474px;
  top: 14px;
  width: 170px;
  height: 26px;
  background-color: #334;
  border: 1px solid #726c6c;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  opacity: 0.9;
  padding: 4px;
}

#line1 {
  position: absolute;
  left: 444px;
  top: 66px;
  width: 236px;
  height: 74px;
  background-color: #334;
  border: 1px solid #726c6c;
  border-radius: 4px;
  opacity: 0.9;
}

#line1-name {
  position: absolute;
  left: 16px;
  top: 4px;
  color: #fff;
}

#line1-colour-guide {
  position: absolute;
  left: 80px;
  top: 14px;
  width: 120px;
  height: 2px;
  background-color: #b33;
}

#line1-formula {
  position: absolute;
  width: 134px;
  left: 24px;
  top: 24px;
  color: #ccc;
  font-size: 22px;
  padding: 8px;
}

#line1-draw {
  position: absolute;
  left: 14px;
  top: 80px;
  background-color: #e8e8e8;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

#line1-edit {
  position: absolute;
  left: 172px;
  top: 36px;
  background-color: #e8e8e8;
  padding: 4px;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

#line-commentary-1 {
  position: absolute;
  width: 154px;
  left: 24px;
  top: 24px;
  color: #ccc;
  font-size: 22px;
  padding: 8px;
  padding-right: 20px;
}

#line2 {
  position: absolute;
  left: 444px;
  top: 150px;
  width: 236px;
  height: 74px;
  background-color: #334;
  border: 1px solid #726c6c;
  border-radius: 4px;
  opacity: 0.9;
}

#line2-name {
  position: absolute;
  left: 16px;
  top: 4px;
  color: #fff;
}

#line2-colour-guide {
  position: absolute;
  left: 80px;
  top: 14px;
  width: 120px;
  height: 2px;
  background-color: #2a2;
}

#line2-formula {
  position: absolute;
  width: 134px;
  left: 24px;
  top: 24px;
  color: #ccc;
  font-size: 22px;
  padding: 8px;
}

#line2-draw {
  position: absolute;
  left: 14px;
  top: 80px;
  background-color: #e8e8e8;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

#line2-edit {
  position: absolute;
  left: 172px;
  top: 36px;
  background-color: #e8e8e8;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

#line-commentary-2 {
  position: absolute;
  width: 154px;
  left: 24px;
  top: 24px;
  color: #ccc;
  font-size: 22px;
  padding: 8px;
}

#line3 {
  position: absolute;
  left: 444px;
  top: 234px;
  width: 236px;
  height: 74px;
  background-color: #334;
  border: 1px solid #726c6c;
  border-radius: 4px;
  opacity: 0.9;
}

#line3-name {
  position: absolute;
  left: 16px;
  top: 4px;
  color: #fff;
}

#line3-colour-guide {
  position: absolute;
  left: 80px;
  top: 14px;
  width: 120px;
  height: 2px;
  background-color: #57e;
}

#line3-formula {
  position: absolute;
  width: 134px;
  left: 24px;
  top: 24px;
  color: #ccc;
  font-size: 22px;
  padding: 8px;
}

#line3-draw {
  position: absolute;
  left: 14px;
  top: 80px;
  background-color: #e8e8e8;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

#line3-edit {
  position: absolute;
  left: 172px;
  top: 36px;
  background-color: #e8e8e8;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

#line-commentary-3 {
  position: absolute;
  width: 154px;
  left: 24px;
  top: 24px;
  color: #ccc;
  font-size: 22px;
  padding: 8px;
}

.lefty {
  float: left;
  margin-top: 2px;
}

.operatoronc {
  float: left;
  margin-top: 2px;
  padding-left: 4px;
  padding-right: 0px;
}

.x-val {
  float: left;
  margin-top: 4px;
  margin-left: 4px;
}

.line-control-label {
  float: left;
  margin-top: 6px;
  font-size: 20px;
  color: #eef;
  padding-left: 6px;
}

.line-control-input {
  float: left;
  margin-top: 4px;
  background: #e8e8e8;
  color: #222;
  margin-left: 8px;
}

.line-control-input input {
  width: 26px;
  height: 22px;
  font-size: 20px;
}

#line-control-m {
  position: absolute;
  left: 6px;
  top: 54px;
  background-color: #334;
  width: 186px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}

#line-control-c {
  position: absolute;
  left: 200px;
  top: 54px;
  background-color: #334;
  width: 204px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}

#line-control-m-denominator {
  position: absolute;
  left: 6px;
  top: 97px;
  background-color: #334;
  width: 186px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}

#line-control-c-denominator {
  position: absolute;
  left: 200px;
  top: 97px;
  background-color: #334;
  width: 204px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}

#m-modifier {
  float: left;
  width: 26px;
  height: 36px;
  margin-left: 4px;
}

#m-modifier-up {
  margin: 2px;
  margin-top: -12px;
  border-top: 15px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #eee;
}

#line-controls[n="1"] #m-modifier-up {
  border-bottom: 15px solid #eaa;
}

#line-controls[n="2"] #m-modifier-up {
  border-bottom: 15px solid #aea;
}

#line-controls[n="3"] #m-modifier-up {
  border-bottom: 15px solid #99e;
}

#m-modifier-down {
  margin: 2px;
  border-top: 15px solid #eee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent;
}

#line-controls[n="1"] #m-modifier-down {
  border-top: 15px solid #eaa;
}

#line-controls[n="2"] #m-modifier-down {
  border-top: 15px solid #aea;
}

#line-controls[n="3"] #m-modifier-down {
  border-top: 15px solid #99e;
}

#m-d-modifier {
  float: left;
  width: 26px;
  height: 36px;
  margin-left: 4px;
}

#m-d-modifier-up {
  margin: 2px;
  margin-top: -12px;
  border-top: 15px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #eee;
}

#line-controls[n="1"] #m-d-modifier-up {
  border-bottom: 15px solid #eaa;
}

#line-controls[n="2"] #m-d-modifier-up {
  border-bottom: 15px solid #aea;
}

#line-controls[n="3"] #m-d-modifier-up {
  border-bottom: 15px solid #99e;
}

#m-d-modifier-down {
  margin: 2px;
  border-top: 15px solid #eee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent;
}

#line-controls[n="1"] #m-d-modifier-down {
  border-top: 15px solid #eaa;
}

#line-controls[n="2"] #m-d-modifier-down {
  border-top: 15px solid #aea;
}

#line-controls[n="3"] #m-d-modifier-down {
  border-top: 15px solid #99e;
}

.c-val {
  float: left;
  margin-top: 4px;
  margin-left: 4px;
}

#c-modifier {
  float: left;
  width: 26px;
  height: 36px;
  margin-left: 4px;
}

#c-modifier-up {
  margin: 2px;
  margin-top: -12px;
  border-top: 15px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #e8e8e8;
}

#line-controls[n="1"] #c-modifier-up {
  border-bottom: 15px solid #eaa;
}

#line-controls[n="2"] #c-modifier-up {
  border-bottom: 15px solid #aea;
}

#line-controls[n="3"] #c-modifier-up {
  border-bottom: 15px solid #99e;
}

#c-modifier-down {
  margin: 2px;
  border-top: 15px solid #e8e8e8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent;
}

#line-controls[n="1"] #c-modifier-down {
  border-top: 15px solid #eaa;
}

#line-controls[n="2"] #c-modifier-down {
  border-top: 15px solid #aea;
}

#line-controls[n="3"] #c-modifier-down {
  border-top: 15px solid #99e;
}

#c-d-modifier {
  float: left;
  width: 26px;
  height: 36px;
  margin-left: 4px;
}

#c-d-modifier-up {
  margin: 2px;
  margin-top: -12px;
  border-top: 15px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #e8e8e8;
}

#line-controls[n="1"] #c-d-modifier-up {
  border-bottom: 15px solid #eaa;
}

#line-controls[n="2"] #c-d-modifier-up {
  border-bottom: 15px solid #aea;
}

#line-controls[n="3"] #c-d-modifier-up {
  border-bottom: 15px solid #99e;
}

#c-d-modifier-down {
  margin: 2px;
  border-top: 15px solid #e8e8e8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent;
}

#line-controls[n="1"] #c-d-modifier-down {
  border-top: 15px solid #eaa;
}

#line-controls[n="2"] #c-d-modifier-down {
  border-top: 15px solid #aea;
}

#line-controls[n="3"] #c-d-modifier-down {
  border-top: 15px solid #99e;
}

#line-restart {
  position: absolute;
  left: 440px;
  top: 496px;
  width: 78px;
  height: 40px;
  background-color: #e8e8e8;
  border-radius: 4px;
  font-size: 20px;
  padding: 4px;
  padding-left: 8px;
  line-height: 20px;
}

#line-restart:hover {
  background-color: #f8f8f8;
}

#line-restart-same {
  position: absolute;
  left: 534px;
  top: 496px;
  width: 78px;
  height: 40px;
  background-color: #e8e8e8;
  border-radius: 4px;
  font-size: 20px;
  padding: 4px;
  padding-left: 8px;
  line-height: 20px;
}

#line-restart-same:hover {
  background-color: #f8f8f8;
}

#vector-restart {
  position: absolute;
  left: 428px;
  top: 354px;
  width: 78px;
  height: 40px;
  background-color: #e8e8e8;
  border-radius: 4px;
  font-size: 20px;
  padding: 4px;
  padding-left: 8px;
  line-height: 20px;
}

#vector-restart:hover {
  background-color: #f8f8f8;
}

#vector-restart-same {
  position: absolute;
  left: 522px;
  top: 354px;
  width: 78px;
  height: 40px;
  background-color: #e8e8e8;
  border-radius: 4px;
  font-size: 20px;
  padding: 4px;
  padding-left: 8px;
  line-height: 20px;
}

#vector-restart-same:hover {
  background-color: #f8f8f8;
}

#walk-restart {
  position: absolute;
  left: 428px;
  top: 354px;
  width: 78px;
  height: 40px;
  background-color: #e8e8e8;
  border-radius: 4px;
  font-size: 20px;
  padding: 4px;
  padding-left: 8px;
  line-height: 20px;
}

#walk-restart:hover {
  background-color: #f8f8f8;
}

#walk-restart-same {
  position: absolute;
  left: 522px;
  top: 354px;
  width: 78px;
  height: 40px;
  background-color: #e8e8e8;
  border-radius: 4px;
  font-size: 20px;
  padding: 4px;
  padding-left: 8px;
  line-height: 20px;
}

#walk-restart-same:hover {
  background-color: #f8f8f8;
}

.restart-caption {
  font-size: 11px;
}

#line-print {
  position: absolute;
  left: 628px;
  top: 496px;
  width: 52px;
  height: 40px;
  background-color: #e8e8e8;
  border-radius: 4px;
  font-size: 20px;
  padding: 4px;
  padding-left: 6px;
  line-height: 20px;
}

#line-print:hover {
  background-color: #f8f8f8;
}

#vector-print {
  position: absolute;
  left: 616px;
  top: 354px;
  width: 54px;
  height: 40px;
  background-color: #e8e8e8;
  border-radius: 4px;
  font-size: 20px;
  padding: 4px;
  padding-left: 8px;
}

#vector-print:hover {
  background-color: #f8f8f8;
}

#walk-print {
  position: absolute;
  left: 616px;
  top: 354px;
  width: 54px;
  height: 40px;
  background-color: #e8e8e8;
  border-radius: 4px;
  font-size: 20px;
  padding: 4px;
  padding-left: 8px;
}

#walk-print:hover {
  background-color: #f8f8f8;
}

#tooltip {
  position: absolute;
  height: 26px;
  background-color: #333;
  color: #ee7;
  font-size: 20px;
  padding: 6px;
  pointer-events: none;
  opacity: 0.9;
  text-align: center;
}

/*# sourceMappingURL=styles.css.map */
