<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
  width: 700px;
  height: 595px;
}
.jsavline {
  height: 45px;
  margin: 0 0 0 20px;
}

.jsavscore {
  text-align: center;
}

.jsavcanvas {
  overflow: hidden;
}

.jsavarray {
  position: absolute;
}

.jsavcontainer {
  overflow: visible;
}

/*.procontrols {
  text-align: center;
}*/

/* ---------- JSAV CSS ----------*/
.jsavhorizontalarray .jsavnode {
  min-width: 40px !important;
  min-height: 40px !important;
  background: #74a55b;
}

/* ----------Box CSS----------*/
.box {
  z-index: -500;
  stroke-width : 0;
}

.box:hover {
  stroke-width : 3;
  stroke : #FFCC33;
}

.hover {
  stroke-width : 3;
  stroke : #FFCC33;
}

.bluebox  {
  fill : rgb(91, 91, 165);
  stroke : rgb(91, 91, 165);
}

.purplebox  {
  fill : #a55ba5;
  stroke : #a55ba5;
  z-index: -500;
}

.calbox  {
  fill : #805ba5;
  stroke : #805ba5;
  z-index: -500;
}

.blueboxh  {
  fill : #e6eeff;
  stroke-width : 3;
  stroke : #FFCC33;
  fill-opacity : 0.5;
}

/* ---------- Labels CSS ----------*/
.loopLabels {
  position: relative;
  display: block;
  color: white;
  font-size: 170%;
  z-index: 500;
  font-weight: 600;
}

.loopLabels:hover .box {
  stroke-width : 3;
  stroke : #FFCC33;
}


.midlabel {
  font-size: 150%;
}

.arrayPos {
  z-index: 500;
}

.arrayPurplePos {
  z-index: 600;
}
</pre></body></html>