html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #000 !important;
    overflow: hidden;
}

#cvs {
    display: block;
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
    height: auto;
    background-color: #000;
}

.songlist-body {
    overflow-y: scroll;
    height: 700px;
}

.songListItem {
    color: #4af;
    cursor: pointer;
    padding: 4px 8px;
}

.songListItem:hover {
    color: #fff;
    background: #333;
}

/* Override beatup.css margin-top:10% on all screens */
#cvs {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    #cvs {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
    }
}
