/**
 * 6.8 - Scroll Up
 */

#scrollup {
    -webkit-border-radius: 50%;
    border-radius: 0;
    border: none;
    cursor: pointer;
    display: none;
    bottom: 0;
    height: 50px;
    line-height: 33px;
    outline: none;
    padding: 12px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-align: center;
    width: 50px;
    z-index: 999;
}

.sticky-playlist-enabled #scrollup {
    bottom: 77px;
}

#scrollup:hover,
#scrollup:focus {
    text-decoration: none;
}