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

#xyo000progress {
  background-color: #c2a2a2;
  height: 0.35em;
  display: inline-block;
  vertical-align: 0.73em;
}

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

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

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