table {
  border-collapse: collapse;
  background: white;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
}
table thead tr {
  height: 60px;
  background: #000;
}
table tbody tr {
  height: 50px;
}
table td, table th {
  text-align: left;
}
table td, table th {
  text-align: center;
}
.table100-head th{
  font-family: 'Krona One', sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}
tbody tr {
  font-family: 'Krona One', sans-serif;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.debut {
  width: 10%;
}

.cover {
  width: 20%;
}

.title {
  width: 50%;
}

.peak {
  width: 10%;
}

.toggle {
  width: 10%;
}
.debutdate, .weeksatone, .subtitle {
  font-size: 15px;
}
.debutyear, .numberone, .songtitle, .songpeak {
  font-size: 40px;
  Text-align: center;
}
.songtitle {
  font-size: 30px;
}
.toggler {
  font-size: 50px;
  text-decoration: none;
  color: #808080;
}
.weekdate, .weeknumber {
  font-size: 10px;
}
.weekpos {
  font-size: 20px;
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
}
.weekpeak {
  font-size: 20px;
  font-weight: bold;
}
.chartrun td {
  background-color: #F5F5F5;
  padding: 8px;
}