#xyo002progressBar {
  border: 1px solid #c2a2a2;
  color: #ffffff;
  width: 95% ;
  height: 0.35em;
  border-radius: 0.2em;                 
  display: inline-block;
}

#xyo002progress {
  background-color: #c2a2a2;
  height: 0.35em;
  display: inline-block;
  vertical-align: .73em;
}

#xyo002replay {
  background-color: white;
  color: #a87878;
  border-radius: 2.0em;                 
  border: 1px solid #c2a2a2;
}

#xyo002playpause {
  background-color: white;
  color: #a87878;
  border-radius: 2.0em;                 
  border: 1px solid #c2a2a2;
}
#xyo002playpause:hover {
  background-color: #813b40;
  border-radius: 0.5em;                 
}
#xyo002replay:hover {
  background-color: #813b40;
  border-radius: 0.5em;                 
}

#xyo002mute {
  background-color: white;
  color: white;
  width:0.1em;
  border-radius: 0.5em;                 
  border-color: white;
  border-style: solid;
}
