.volumeContainer
{

  /*background-color: #00FF00;*/

  position: absolute;
  left: 25px;
  bottom: 200px;

}

.volumeKnob
{
  position: absolute;

  width: 150px;
  height: 150px;

  left: 50px;
  top: 50px;

}

.arcContainer
{
  positive:absolute;

  width: 100px;
  height: 100px;

  left: 0px;
  top: 0px;

}

svg
{
  width: 300px;
  height: 300px;
}
