.karaokeLine {
  overflow: hidden;
  text-align: center;
  -webkit-text-stroke: 0.1vw black;
  text-stroke: 0.1vw black;
  font-size: 0;  
}

.karaokeLinePlaceholder {
  overflow: hidden;
  text-align: center;
  -webkit-text-stroke: 0.1vw black;
  text-stroke: 0.1vw black;
  white-space: nowrap;
  font-size: 0;
}

body {
  margin: 0;
  padding: 0;
}

span {
    white-space:pre;
}

.karaokeWord {}

.duet {}

.karaokeSinger{
   background-color: #000000;
   background-size:cover;
   width: 100%;
   height: 100%;
}

.audioBox{
	position: relative;
}

.audioControl{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -0%);
}

.hidden{
	display: none;
}

.highlight1 {
  font-family: Arial;
  font-weight: bold;
  background-image: linear-gradient(to right, magenta 0%, white 0%, white);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.space {
}

.leadin1 {
  background-image: linear-gradient(to left, transparent 0%, magenta 0%, magenta 0%, transparent 0%);
  color: transparent;
  display: inline-block;
  -webkit-text-stroke: 0px transparent;
  text-stroke: 0px transparent;
}

.instrumental1 {
  background-image: linear-gradient(to right, magenta 0%, white 0%, white);
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  -webkit-text-stroke: 0px transparent;
  text-stroke: 0px transparent;
  border: 0.1vw black;
}