@charset "utf-8";
.music-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Orbitron', sans-serif;
  color: #eee;
}

.music-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #444;
}

.right {
  text-align: right;
}


