table {
  border-collapse: collapse;
  background: white;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
tbody tr {
  font-family: 'Krona One', sans-serif;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}
.cover {
  width: 15%;
  text-align: center;
}
.performancelist {
  width: 85%;
}
.song {
  width: 100%;
}
.airdate {
  width: 20%;
  Text-align: center;
}
.showname {
  width: 80%;
}
.title {
  width: 100%;
  font-family: 'Krona One', sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  height: 60px;
  background: gray;
}
.performancelist tr {
  height: 40px;
}
.showname {
  font-size: 18px;
  text-align: left;
}
.notes {
  font-size: 10px;
  text-align: left;
}
.songname {
  font-size: 30px;
}
