.curve-editor .line {
  fill: none;
  stroke: steelblue;
  stroke-width: 4px; }
  .curve-editor .line.active {
    fill: none;
    stroke: #edc822; }

.curve-editor .switcher {
  position: absolute;
  right: 40px;
  top: 40px; }

.curve-editor .point {
  fill: #47a;
  stroke: #34a; }
  .curve-editor .point:hover {
    stroke-width: 4px; }
  .curve-editor .point.active {
    fill: #ffd92c;
    stroke: #aa892c; }
  .curve-editor .point.fixed {
    stroke: white;
    stroke-width: 5px; }

.curve-editor .switcher {
  padding: 8px;
  fill: rgba(90, 90, 90, 0.4); }

.curve-editor .switcher:hover {
  fill: #59f;
  cursor: pointer; }
