.etf-toy {
  padding: 2em;
  max-width: 800px;
  margin: 0 auto;
  background: #2a343f;
  color: #ffffff;
  font-size: 1em; }
  @media (max-width: 640px) {
    .etf-toy {
      padding: .5em; } }
  .etf-toy .fold {
    max-height: 0;
    overflow: hidden;
    transition: max-height 3s; }
    .etf-toy .fold.open {
      max-height: 10000px;
      /* NOTA BENE: THIS COULD EVENTUALLY BE WRONG! */ }
  .etf-toy p {
    color: #ffffff;
    margin: 1em 0 1em 0;
    width: 100%;
    max-width: 100%; }
  .etf-toy button {
    font-size: 1em;
    padding: .5em; }
  .etf-toy h2 {
    font: 30px/36px "HaasDisplayBold", Helvetica, Arial, sans-serif; }
  .etf-toy .flow {
    height: 60px; }
    .etf-toy .flow svg {
      width: 100%;
      height: 100%;
      font: 12px sans-serif;
      overflow: visible; }
      .etf-toy .flow svg text {
        fill: #ffffff; }
      .etf-toy .flow svg circle.shares-goal {
        fill: none;
        stroke-width: 2;
        stroke: #1dcc92;
        stroke-dasharray: 2,2;
        opacity: 1; }
      .etf-toy .flow svg g.component circle {
        stroke: #ffffff;
        stroke-width: 1;
        opacity: .1; }
      .etf-toy .flow svg g.etf circle {
        stroke: #ffffff;
        stroke-width: 1;
        fill: #2a343f;
        opacity: .1; }
      .etf-toy .flow svg text {
        text-anchor: middle;
        opacity: 0; }
      @media (max-width: 600px) {
        .etf-toy .flow svg text {
          display: none; } }
  .etf-toy .flow-placeholder {
    height: 100px; }
  .etf-toy p.buttons {
    text-align: center; }
  .etf-toy .ap {
    height: 160px; }
    .etf-toy .ap svg {
      width: 100%;
      height: 100%;
      font: 12px sans-serif;
      overflow: visible; }
      .etf-toy .ap svg text {
        fill: #ffffff; }
      .etf-toy .ap svg .axis path,
      .etf-toy .ap svg .axis line {
        fill: none;
        stroke: #999999;
        shape-rendering: crispEdges; }
      .etf-toy .ap svg .axis text {
        fill: #999999; }
      .etf-toy .ap svg g.component circle {
        stroke: #ffffff;
        stroke-width: 1;
        opacity: .1; }
      .etf-toy .ap svg g.etf circle {
        stroke: #ffffff;
        stroke-width: 1;
        fill: #2a343f;
        opacity: .1; }
      .etf-toy .ap svg path.extent {
        stroke-width: 2;
        stroke: #ffffff; }
      .etf-toy .ap svg g.price {
        opacity: .5; }
        .etf-toy .ap svg g.price:not(.premium) text {
          text-anchor: end; }
        .etf-toy .ap svg g.price.premium text {
          text-anchor: start; }
        .etf-toy .ap svg g.price text.premium {
          font-style: italic; }
        .etf-toy .ap svg g.price path {
          stroke-width: 1;
          stroke: #999999; }
      .etf-toy .ap svg g.value:not(.premium) text {
        text-anchor: start; }
      .etf-toy .ap svg g.value.premium text {
        text-anchor: end; }
      .etf-toy .ap svg g.value path {
        stroke-width: 1;
        stroke: #1dcc92; }
      .etf-toy .ap svg g.value text {
        fill: #1dcc92; }
      .etf-toy .ap svg rect.spread {
        fill: #1dcc92;
        opacity: .1; }
      .etf-toy .ap svg g.arb path.gain {
        fill: #1dcc92; }
      .etf-toy .ap svg g.arb path.loss {
        fill: #ff433d; }

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