.tilesBox {
  display: block;
  margin-bottom: 1.5em;
  position: relative;
  width: 1160px;
  height: 1200px;
}
.tilesBox .node {
  position: absolute;
  margin-right: 0;
  margin-bottom: 0;
  z-index: 2;
  padding: 0.25em;
}
.tilesBox .node.excludedByFilter,
.tilesBox .node.excludedBySearch {
  display: block !important;
  opacity: 0.15;
}
.tilesBox .node > .icon {
  width: 96px;
  height: 96px;
}
.tilesBox .node > .icon.smaller {
  width: 72px;
  height: 72px;
}
.tilesBox .node .nodeTooltip {
  display: none;
}
.tilesBox svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tilesBox svg line {
  stroke: #bbb;
  stroke-width: 4px;
}
.tilesBox svg line.excluded {
  opacity: 0.1;
}
.page.dreamCloudAtlas .tableBox .row.node .name {
  text-align: right;
}
.page.dreamCloudAtlas .tableBox .row.node .level {
  text-align: center;
}
.nodeTooltipBox {
  position: absolute;
  border-radius: 0 0.75em 0 0.75em;
  box-shadow: 0 0 0.5em #000;
  z-index: 92;
  padding: 0.5em;
  max-width: 30em;
  background-color: #222428;
  border: 2px solid #333539;
  width: 40em;
}
/*# sourceMappingURL=dreamCloudAtlas.css.map */