.svgContainer {
  width: 100%;
  height: 800px;
  margin-bottom: 20px;
}

.svgContainer svg {
  width: 80%;
  height: 100%;
  overflow: hidden;
  border: 1px solid gray;
}

.edgeLabel g text tspan {
  fill: white;
}

.svgContainer .node rect {
  stroke-width: 1.5px;
  stroke: #bbb;
  fill: #666;
}

.svgContainer .edgePath path {
  stroke: #999;
  stroke-width: 1.5px;
  fill: #999;
}

.node text {
  pointer-events: none;
}

.tipsy .name {
  font-size: 1.5em;
  color: #60b1fc;
  margin: 0;
}

.tipsy .description {
  font-size: 1.2em;
}

.tooltipTitle {
  font-family: "Martian Mono", monospace;
  font-size: large;
}

.tooltipDesc {
  font-family: monospace;
  font-size: larger;
}

table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}

th,
td {
  border: 1px solid gray;
  text-align: left;
  min-width: 50px;
  font-size: larger;
}

.terr {
  background-color: red;
}

.setsBox {
  min-width: 50px !important;
  max-width: 1000px;
  transition: width 0.5s;
  background-color: #262222;
  color: white;
  border-radius: 5px;
  border-color: gray;
  text-align: center;
  margin-bottom: 10px;
  overflow-wrap: normal;
  overflow: hidden;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1000px) {
  ul {
    width: 100%;
  }
  .svgContainer svg {
    width: 99%;
  }
  .svgContainer {
    height: 500px;
  }
}

.FIRSTContainer {
  margin-bottom: 10px;
}

.sets label,
input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

