
.entry-content .songlist ul {
    list-style: none;
}

.entry-content .songlist ul li {
    padding: 10px 0;
    padding: 0.625rem 0;
    border-bottom: 1px solid #9f9f9f;
}

.entry-content .songlist_top {
    margin: 0 0 0 28px;
    margin: 0 0 0 1.75rem;
    border-bottom: 1px solid #9f9f9f;
}

.entry-content .songlist ul a {
    text-decoration: none;
}

.entry-content .songitem .fa {
    font-size: 20px;
    font-size: 1.25rem;
}

.entry-content .divider {
    margin: 0 8px 0 5px;
    border-left: 2px solid #9f9f9f;
}