button a:visited {
    color: white;
}

figure figcaption {
    text-align: center;
}

.home-page-chords-list {
    padding-left: 3px;
    padding-right: 3px;
}

.ug-artist-url {
    font-size: 0.5em;
}

.transpositionRow {
    margin-bottom: 25px;
    align-items: center;
}

.transpositionRow .col {
}

.transposeTitle {
    height: 100%;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.transposeButton {
    width: 80px;
}

.bookmarkButton {
    width: 180px;
}

.chordsViewSongTitleAndArtist {
    margin-bottom: 25px;
}

.profile-names-list {
    margin-bottom: 20px;
}

.parent {
    display: flex;
    flex-wrap: wrap;
}

.child {
    flex: 1 0 calc(25% - 10px);;
    margin: 5px;
    min-width: 250px;
}

.chordsLinkInChordsList {
    margin-left: 3px;
    margin-right: 3px;
    line-height: 30px;
}

.transposeButtonGroup {
    margin-bottom: 5px;
}