#cards {
    text-align: center;
}

#cards .card {
    text-align: left;

    width: 20rem;
    min-width: 20rem;

    display: inline-block;
    margin: 5px;
}

#cards .card-body {
    height: 100%;

    display: flex;
    flex-direction: column;
}

#cards .card .card-title .btn {
    padding: 5px;
    width: 25px;
    height: 25px;
}

#cards .card .card-title .badge {
    margin: 0 10px;
    font-size: 0.65em;
}

.row > div.full-release {
    width: 100%;
}

#cards.full-release {
    width: inherit;
}

#cards.full-release .card {
    width: inherit;
}

#cards .card .card-subtitle {
    font-size: 0.7em;
}

#cards .card .btn-holder {
    margin-left: auto;
    margin-top: auto;
    width: fit-content;
}

.card .release .card-text {
    max-height: 130px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.card .card-text {
    margin-top: 5px;
}

.card .btn.btn-sm {
    padding: 0.6rem 0.9rem;
    font-size: .64rem
}

.navbar-brand sub {
    padding-left: 3px;
}

.navbar-brand span {
    font-size: 75%;
}

.navbar form input:focus:not([readonly]) {
    border-color: #53689c !important;
}

sub.smaller {
    font-size: 0.7em;
}

.breadcrumb {
    margin-left: -25px;
    margin-right: -25px;
}

.breadcrumb.breadcrumb-sm {
    padding: 10px 15px !important;
    font-size: 0.9em;
}

.breadcrumb-item.active a {
    color: #6c757d;
}

.modal-content .bootbox-body {
    overflow-wrap: break-word;
    overflow-wrap: anywhere;
}

.modal-content .modal-footer {
    padding: 5px;
}

.modal-content button {
    padding: 8px 20px;
}

.row > div.align-content-around {
    margin: auto;
}

.dl-button {
    text-transform: initial;
}

label::before, .custom-file-label, .custom-select {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn, .card-title a.btn {
    -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out !important;
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out !important;
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out !important;
}

#tribute {
    margin-bottom: 10px;
}

#tribute > .card-deck {
    text-align: center;
}
