/* parametricArclength.css */

html, body {
  background: #ffffff;
}

#zoomIn, #zoomOut {
  position: relative;
  z-index: 2;
}

#verticalCol {
  display: flex;
  flex-direction: column;
}

#arclengthDiagramWithCtrls {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #ffffff;
}

button#ppAudio {
  width: 30px;
  height: 30px;
}

button.mute {
  background: url(../../../images/muteIcon.svg) 50% no-repeat;
}

button.comment {
  background: url(../../../images/audioIcon.svg) 50% no-repeat;
}
