body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin-top: 50px;
    color: #042940;
}

td,th {
    padding: 0.3rem 0.7rem;
    border: none;
}

table {
    margin: 0px auto;
    border: none;
    width: 80%;
}

th {
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: left;
}

td a, th a  {
    background-color: #9FC131;
    transition: 0.3s all;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 0.2rem 0.7rem;
    margin-bottom: 0.1rem;
    font-size: 0.8rem;
    border-radius: 30px;
    display: block;
}
td a:hover, th a:hover {
    background-color: #88a231;
}

td a:visited {
    background-color: #63732d;
}


th span {
    margin-bottom: 0.2rem;
    display: block;
    cursor: pointer;
    color: #D6D58E;
}

tr.even {
    background-color: #d6d58e63;
}

th.th-artist {
    width: 40%;
}

th.th-link {
    width: 100px;
    vertical-align: bottom;
}

thead {
    background-color: #005C53;
}

thead input {
    background-color: #005C53;
    border: 1px solid #D6D58E;
    color: #D6D58E;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
}