.dictGrid.constellations {
  margin-top: 45px;
}
.dictGrid.constellations .dictName {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
}
.dictGrid.constellations .dictCode a {
  font-style: italic;
}
.dictGrid.constellations svg {
  max-width: 100%;
  height: auto;
}
.dictGrid.constellations svg.constellationSvg {
  background: white;
  border-radius: 12px;
}
.dictGrid.constellations svg .constellationLines {
  stroke: #573311;
  fill: none;
  stroke-width: 5px;
}
.dictGrid.constellations svg .constellationStars {
  fill: #573311;
  stroke: none;
  r: 17.5px;
}

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