#click-to-play-player
{
  position: fixed;
  bottom: 1ex;
  right: 1ex; /* XXX bidir */
  z-index: 500;
  opacity: 0.75;
  background-color: #ccc;
  border-radius: 0.5ex;
  padding: 1ex;
}

#click-to-play-player audio,
#click-to-play-player video
{
  background-color: #ccc;
}

.click-to-play-title
{
  font: caption;
  color: #333;
}
