#aleContainer {
  padding: 0.3em;
}
#theSvg {
  overflow-x: auto;
  width: 100%;
}
/* Normalise buttons */
.ale button {
  font-weight: normal;
  font-size: 14px !important;
  min-width: auto !important;
  padding: 0.5em !important;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
div.ale select,
div.ale input {
  padding: 0.3em;
  width: auto;
  background-size: 1em 2em;
  margin: 5px 5px 0px 0px;
}

#generation,
#maxLevel {
  width: 3em;
  min-width: 3em;
  margin-right: 10px;
  margin-top: 0;
}

#aleOptions {
  cursor: pointer;
}

.ale fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
  border-width: 2px;
  border-style: groove;
  border-color: rgb(192, 192, 192);
  border-image: initial;
  border-radius: 5px;
  margin-bottom: 10px;
}
.ale fieldset input {
  margin: 0;
}
.ale fieldset label {
  margin-right: 0;
}
.ale fieldset label.left {
  margin-left: 10px;
}
.ale fieldset label.right {
  margin-right: 10px;
}

.ale .node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 3px;
}

.ale .node circle.ofinterest {
  stroke: coral;
}

.ale .node circle.end {
  stroke: red;
}

.ale .node rect.dup.marked {
  stroke-width: 3px;
  stroke: black;
}

.ale .treeHeader,
.ale .node text {
  font: 12px sans-serif;
}

.ale text.marked {
  font-size: 14px;
  font-weight: bold;
}

.ale .link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}

.ale .link.ofinterest {
  stroke: lightcoral;
}

.ale .link.marked {
  stroke: green;
}

.ale .links line {
  stroke: #999;
  stroke-opacity: 0.6;
}

.ale .nodes circle {
  stroke: #fff;
  stroke-width: 1.5px;
}

#aleBrickWallColour {
  width: 2em;
  padding: 2px;
}

#edgeFactor,
#tHFactor {
  width: 4em;
}

.ale #help-text {
  display: none;
  border: 3px solid forestgreen;
  border-radius: 1em;
  padding: 0.3em 1em;
  margin: 1em auto;
  position: absolute;
  top: 20px;
  right: 100px;
  width: 50em;
  background: white;
  box-shadow: 1em 1em 1em grey;
  z-index: 11000;
  cursor: default;
}

.ale xx {
  position: absolute;
  top: 0.2em;
  right: 0.6em;
  font-size: 1em;
  cursor: pointer;
  font-weight: bold;
  color: red;
}

.ale #help-text:hover {
  cursor: grab;
}
.ale #help-text:active {
  cursor: grabbing;
}
.ale #help-text h3 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}

.ale .bioReport {
  background: white;
  border-radius: 1em;
  border: 3px solid forestgreen;
  box-shadow: 0.5em 0.5em 0.5em 0.5em #ccc;
  cursor: grab;
  display: none;
  position: absolute;
  padding: 1.5em 1em 1em;
  /* white-space: nowrap; */
  z-index: 10000;
}
.ale .bioReport caption {
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  padding: 0.5em;
  background: white;
  border-top: 1px solid forestgreen;
  border-bottom: 1px solid forestgreen;
}

.ale .bioReport w {
  position: absolute;
  top: 0;
  left: 0.5em;
  font-weight: bold;
  cursor: pointer;
}
.ale .bioReport.wrap {
  width: 80%;
  white-space: normal;
}
.ale .bioReportTable ol {
  margin-left: 2em;
}
.ale .bioReportTable td {
  border-top: none;
  border-bottom: none;
}

@media print {
  .ale-not-printable {
    display: none;
  }
}
