body {
  padding-top: 5rem;
}

.updated {
    background-color: lightgreen;
}

.notSaved {
    background-color: #e8ee90;
}

.updated-error {
    background-color: lightcoral;
}

.cover, .artistImage {
    border: 1px solid #afafaf;
}

.table tbody tr:hover {
    background-color: #dcdcdc;
}  

.spotifyButton {
    font-size: 12px;
}

.soundSelected {
    background-color: #92f7a3 !important;
    font-weight: bold;
}

.sound {
    cursor: pointer;
}

#types LI {
    cursor: pointer;
}

#types LI:hover {
    font-weight: bold;
}

.copyright {
    position: fixed;
    right: 3px;
    bottom: 3px;
    font-size: 10px;
    color: #4A4A4A;
    text-decoration: none;
}

.noImage {
    width: 30px;
    height: 30px;
    background-color: #00ff4d;
    cursor: pointer;
}

#player {
    position: fixed;
    bottom: 0;
}