#wheel {

  width: 270px;
  height: auto;
}


#wheel path {
   fill: #dedede;
  transition: all 0.3s;
}

#wheel a:hover path, #wheel a:active path {
 fill: #ccc;
}

#wheel a:hover g g path {
  fill: white;
}


#wheel circle {
  fill: rgb(33,33,33);
  }

#wheel g g path {
  fill: white;
}
