Graph.css 621 Bytes
#graph-explorer #toolbar {
  display: flex;
  flex-direction: column;
}
#graph-explorer #toolbar ul {
  display: flex;
  flex-direction: row;
}
#graph-explorer #toolbar ul li {
  display: flex;
  max-width: 200px;
}
#graph-explorer #sp-container {
  border: 1px white solid;
  background-color: white;
}
#graph-explorer #sp-container #myTab {
  marginBottom: 18px;
  marginTop: 18px;
}
#graph-explorer #sp-container #myTabContent {
  borderBottom: 1px solid black;
  paddingBottom: 19px;
}
#graph-explorer #sp-container #horizontal-checkbox ul {
  display: inline;
  float: left;
}

/*# sourceMappingURL=Graph.css.map */