body {
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

h1 {
    text-align: center;
}

audio {
    display: none
}

h1 img {
    height: 36px;
    position: relative;
}

#play {
    width: 150px;
}

button.btn-lg {
    margin: 10px;
    padding: 10px 35px;
}

.ctr,
.vol {
    text-align: center;
    margin: 0px auto;
    width: 435px;
}

div.vol {
    width: 275px;
}

span#vol-val {
    width: 20px;
}

.new {
    margin: 5em auto;
    display: table;
}

.hide {
    display: none;
}

.info {
    display: grid;
    margin-top: 2em;
    margin-bottom: 2em;
}

.info button {
    margin: auto;
}

.info-content {
    font-size: 1.5em;
    text-align: center;
}

.category-header {
    font-weight: bold;
    margin: 12px 10px 4px;
}

.filters.btn-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.filters .btn {
    margin: 0;
}

/* Remove focus outlines from buttons */
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 600px) {
    button.btn-lg {
        width: calc((100vw - 40px) / 2);
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px 10px;
        white-space: nowrap;
    }

    .ctr,
    .vol,
    .new {
        display: none;
    }

}

.app-info-wrapper {
    text-align: center;
    margin-bottom: 2em;
}