.aSliderWrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 2em;
  font: 1em/1 sans-serif;
}
[type=range] {
  flex: 1;
  margin: 0;
  padding: 0;
  min-height: 1.5em;
  background: transparent;
  font: inherit;
}
[type=range],
[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
[type=range]::-webkit-slider-runnable-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.25em;
  background: #2f256b;
}
[type=range]::-moz-range-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.25em;
  background: #2f256b;
}
[type=range]::-ms-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.25em;
  background: #2f256b;
}
[type=range]::-webkit-slider-thumb {
  margin-top: -0.625em;
  box-sizing: border-box;
  border: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #f42e1f;
}
[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  border: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #f42e1f;
}
[type=range]::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #f42e1f;
}
[type=range]::-ms-tooltip {
  display: none;
}
body {
  font-family: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
  color: #060608;
  background: #060608;
  text-rendering: optimizeLegibility;
  display: flex;
  flex-flow: column nowrap;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
legend,
th {
  font-family: Nunito, Lato, sans-serif;
  font-weight: 800;
  color: #2f256b;
}
.button,
button,
input,
textarea {
  transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, box-shadow 0.1s linear, transform 0.1s ease;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h3.inline {
  display: inline;
  margin-right: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
h1 {
  font-size: 2.25rem;
  margin-top: 0;
}
h1 .small {
  font-size: 1rem;
  color: color #060608;
  vertical-align: 4px;
  margin-left: 1rem;
  opacity: 0.6;
}
.button,
button,
input,
select,
textarea {
  line-height: 1.5;
  color: #060608;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 1.5rem;
  outline: none;
  box-sizing: border-box;
}
.button:disabled,
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button,
button,
input[type=button],
input[type=submit] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #fff;
  background-color: #2f256b;
  font-family: Nunito, Lato, sans-serif;
  cursor: pointer;
  text-align: center;
}
.button.active,
button.active,
input[type=button].active,
input[type=submit].active,
.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #f42e1f;
}
.button:active,
button:active,
input[type=button]:active,
input[type=submit]:active {
  background: #060608;
  transform: translateY(2px);
}
input:not([type=checkbox]):not([type=radio]):not([type=range]),
select,
textarea {
  -webkit-appearance: none;
  display: block;
  box-shadow: 0 0 0 2px rgba(47,37,107,0.65) inset;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 4px #f42e1f inset;
}
textarea {
  margin-right: 0;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 2.5rem;
  height: 2.5rem;
  max-height: 16rem;
}
a {
  text-decoration: none;
  color: #2f256b;
}
a:hover {
  text-decoration: underline;
}
code,
kbd {
  background: #f42e1f;
  color: #2f256b;
  padding: 0.25rem;
  border-radius: 6px;
  line-height: 1;
  font-family: 'Ubuntu Mono', 'Consolas', monospace;
}
pre > code {
  padding: 1rem 2rem;
  display: block;
  overflow-x: auto;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  border: none;
  border-top: 1px solid #dbdbdb;
  margin-bottom: -1px;
}
table {
  border-collapse: collapse;
  margin-bottom: 1rem;
  width: 100%;
}
td,
th {
  padding: 6px;
  text-align: left;
}
th {
  border-bottom: 1px solid #dbdbdb;
}
tbody tr:nth-child(2n) {
  background-color: #f42e1f;
}
::-webkit-scrollbar {
  height: 0.75rem;
  width: 0.75rem;
}
::-webkit-scrollbar-track {
  background: #f42e1f;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #f42e1f;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #f42e1f;
}
::selection {
  background-color: #2f256b;
  color: #f42e1f;
}
.button {
  display: inline-block;
}
input[type=number],
input[type=text] {
  width: 100%;
  box-sizing: border-box;
}
body,
html {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: unset;
  cursor: defaul;
}
#theCanvasWrap,
aside,
body,
main {
  scrollbar-color: #f42e1f #060608;
  scrollbar-width: thin;
}
footer,
header {
  padding: 0.5rem 1rem;
  background: #fff;
  flex: 0 0 auto;
}
footer {
  border-top: 2px solid #2f256b;
  margin-top: 1rem;
}
main {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}
main > * {
  height: 100%;
  box-sizing: border-box;
}
header {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
header * {
  flex: 0 0 auto;
}
header .aCoffeeIcon {
  margin-left: 0.5rem;
}
header .aCoffeeIcon svg {
  vertical-align: bottom;
}
header h1,
header h1:first-child {
  margin: 0 2rem 0 0;
  flex: 1 1 auto;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.15rem;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  color: #2f256b;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0.5rem;
}
button svg {
  margin-right: 0.5rem;
  vertical-align: middle;
  opacity: 0.65;
}
fieldset {
  border: 2px solid #2f256b;
  border-radius: 0.35rem;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
fieldset legend {
  margin-left: -0.2rem;
  position: relative;
  font-size: 1.25rem;
}
aside {
  width: 18rem;
  flex: 0 0 auto;
  overflow: auto;
  padding: 0 1rem;
  transition: 0.35s ease all;
  position: relative;
  background: #fff;
}
#theWorkspace {
  flex: 1 1 auto;
  overflow: hidden;
  background: #2f256b;
  position: relative;
}
#theCanvasWrap {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 1rem;
  box-sizing: border-box;
}
#theGridOverlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.wide {
  width: 100%;
}
.flexrow {
  display: flex;
  align-items: center;
}
.fifty {
  width: 50%;
}
hr {
  margin: 1rem 0;
  border: 0;
  border-top: 2px solid #2f256b;
}
#theLightSwitch {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background-color: #fff;
  z-index: 10;
}
#theLightSwitch:hover {
  background-color: #2f256b;
}
#theLightSwitch:hover + #theWorkspace {
  background: #fff;
}
