/* mitosis.css — cell, nucleus, chromosomes through the stages (see mitosis.js). */
.mt-svg { display: block; width: 100%; height: auto; }
.mt-cell { fill: rgba(104, 130, 176, 0.06); stroke: rgba(169, 192, 226, 0.6); stroke-width: 2; }
.mt-cell.mt-split { stroke-dasharray: 6 4; }
.mt-nuc { fill: rgba(96, 165, 250, 0.08); stroke: rgba(147, 197, 253, 0.5); stroke-width: 1.6; }
.mt-nuc.mt-fade { stroke-dasharray: 4 4; stroke: rgba(147, 197, 253, 0.4); }
.mt-chromatin { fill: none; stroke-width: 3; stroke-linecap: round; opacity: 0.85; }
.mt-chr { fill: none; stroke-width: 4.5; stroke-linecap: round; }
.mt-spindle path { fill: none; stroke: rgba(226, 232, 240, 0.22); stroke-width: 1.2; }
