body {
  font-family: arial, helvetica, sans-serif;
}

i {
  font-family: serif;
}

canvas {
    background-color: #eee;
    border: 1px solid #aaa;
}

#topContainer {
    width: 99vw;
    display: inline-flex;
    justify-content: space-between;
}

#fragListContainer, #edgeListContainer {
    width: 25%;
    display: flex;
    flex-direction: column;
    height: 84vh;
}

#fragList, #edgeList {
    background-color: #eee;
    border: 1px solid #aaa;
    flex-grow: 2;
    padding: 1% 2%;
    overflow-y: scroll;
}

h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

#resultSection {
  column-count: 2;
  column-rule: 1px solid black;
}

@media (min-width: 830px) {
#resultSection {
  column-count: 5;
}
}

@media (min-width: 1620px) {
#resultSection {
  column-count: 10;
}
}

.result {
  column-count: 2;
  column-rule: 1px solid grey;
}

.result > p {
  margin: 0;
}

.n-value {
  font-weight: bolder;
  text-align: right;
}

#algFieldset {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#algFieldset > #alg1 {
  padding-left: 1vw;
  padding-right: 1vw;
  border-right: 1px solid black;
}

#algFieldset > #alg2 {
  padding-left: 1vw;
  padding-right: 1vw;
  border-left: 1px solid black;
}
