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

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

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

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

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