/* Emerald Valley Library - Interactive Mathematics, generated by Mathigon Studio */
x-projectile {
  display: block;
}

x-picker x-coordinate-system {
  margin: 0;
}

x-coordinate-system .region {
  position: absolute;
  pointer-events: none;
}

.text-wrap {
  display: block;
  float: right;
  shape-margin: 24px;
  margin: 0 0 24px 24px;
  shape-outside: circle();
}
@media (max-width: 560px) {
  .text-wrap {
    float: none !important;
    margin: 0 auto 1em;
  }
}

#intro-table table {
  white-space: nowrap;
}

.q-grid td {
  padding: 0.2em 1em;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  background: #c7def5;
  color: rgba(0, 0, 0, 0.6);
}
.q-grid tr:first-child td, .q-grid td:first-child {
  background: #99c7f4;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}
.q-grid td:last-child {
  border-right: none;
}
.q-grid tr:last-child td {
  border-bottom: none;
}
.q-grid tr:first-child td:first-child {
  border-top-left-radius: 6px;
}
.q-grid tr:first-child td:last-child {
  border-top-right-radius: 6px;
}
.q-grid tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.q-grid tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

article.projectiles .page-background {
  background: linear-gradient(to bottom, #7ddedd, #48b6de);
}
article.projectiles x-step {
  color: rgba(0, 0, 0, 0.75);
}