.chart-card {
  border-radius: 3px;
  box-shadow: 2px 3px 4px #000;
  height: 100%;
}
.chart-card-white {
  background: white;
  color: black;
}
.chart-card-black {
  background: black;
  color: white;
}
.chart-card-highlight {
  border: 5px solid green;
}

.chart-card .chart-card-move {
  padding: 0.2em;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin: auto;
}
.chart-card .chart-card-options {
  text-align: center;
}
