h1 {
    text-align: center;
    font-weight: 500;
    font-family: -apple-system, "Helvetica Neue", "Lucida Grande";
    padding: 10px;
    margin: 5px;
}
table {
    width: 80%;
    margin: 0px auto;
    border-collapse: collapse;
}
a {
    text-decoration: none;
    color: #007AFF;
}
form {
    margin: 0 auto;
    width: 400px;
    padding-bottom: 15px;
    text-align: center;
}
table#main-table th {
    font-weight: 500;
}
table#main-table td {
    font-weight: 400;
}
table#main-table th, table#main-table td {
    border: 1px solid #e6e6e6;
    font-family: -apple-system, "Helvetica Neue", "Lucida Grande";
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    line-height: 22px;
}
table#main-table #playcount-header {
    text-align: center;
}
table#main-table .playcount {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.expanding-table-data {
    width: 100%;
    border: none;
}
.artist-image {
    width: 50px;
    border-radius: 5px;
}
