table {
  border-collapse: collapse;
  background: white;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
table thead tr {
  height: 60px;
  background: #000;
}
tbody tr {
  font-family: 'Krona One', sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

thead tr {
  font-family: 'Krona One', sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

.writtenby, .producedby {
  font-size: 12px;
  color: #808080;
}

.trackno, .runtime {
  width: 10%;
}

.song {
  width: 80%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.singleremixsong {
  width: 30%;
}

.singleremixremix {
  width: 60%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
