ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tool-brief ul, .tool-brief ul li {
    list-style: disc;
}

.tool-brief ul li {
    margin-left: 35px;
}

.tool-brief p {
    margin-bottom: .5rem;
}

.page-tool img {
    display: inline-block;
    margin: 8px 0 8px 0;
    height: auto;
    max-width: 100%;
}

@font-face {
    font-family:Helsinki Std;src:url(HelsinkiStd.otf) format("truetype");
}

@font-face {
    font-family:Opus Chords Std;src:url(OpusChordsStd.otf) format("truetype");
}

@media (min-width: 768px) {
    .px-md-10 {
        margin-left: 10rem;
        margin-right: 10rem;
    }
}


#drum-kit {
    max-width: 750px;
    margin: auto;
}

.menu-table ol li {
    margin-bottom: .4rem;
}

.tool-brief h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 3rem;
    margin-bottom: 0.8rem;
}

.tool-brief h6 {
    font-weight: bold;
    margin-top: 1.5rem;
}

.tool-brief ul {
    margin-bottom: 1.5rem;
}

.tool-brief ul li {
    margin-bottom: .3rem;
}

.player-song-wrap {
    vertical-align: middle !important;
    text-align: center;
}

.player-song {
    align-items: center;
    position: relative;
    width: 100%;
    display: flex;
}

.player-song-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.brief-music-songs table {
    width: 100%;
    overflow-x: auto;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .brief-music-songs table {
        display: block;
    }
}