.chapter-by-song {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}
.chapter-by-song th,
.chapter-by-song td {
    border: 1px solid #ccc;
    padding: 0.5em 0.75em;
}
.chapter-by-song th {
    background: #f5f5f5;
    text-align: left;
}
.chapter-by-song td a {
    text-decoration: none;
    color: #0073aa;
}
.chapter-by-song td a:hover {
    text-decoration: underline;
}

