.attributions {
    max-width: 1000px;
    margin: auto;
}
.attributions [data-toggle="collapse"] .fa:before {
    content: "\f078";  /* fa-chevron-down */
    font-size: 1rem;
    margin-right: 2px;
}

.attributions [data-toggle="collapse"].collapsed .fa:before {
    content: "\f054";  /* fa-chevron-right */
    font-size: 1rem;
    margin-right: 5px;
}
.attributions .lib-row {
    display: flex;
    align-items: center;
    border: 1px solid var(--gray-5);
    border-radius: 5px;
    padding: 0.75rem;
    cursor: pointer;
}
.attributions .lib-row:not(.collapsed) {
    border-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.attributions .lib-row:not(:first-child) {
    margin-top: 0.5rem;
}
.attributions .lib-row:hover {
    background-color: var(--gray-9);
}

.attributions .lib-name {
    font-weight: bold;
}
.attributions .lib-version {
    color: var(--gray-3);
    padding-left: 0.25rem;
}
.attributions .lib-copyright {
    color: var(--gray-3);
}
.attributions .lib-license {
    font-weight: bold;
    border-radius: 5px;
    padding: 0.5rem;
}
.attributions .lib-extra-info {
    border: 1px solid var(--gray-5);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0.75rem;
    padding-top: 0;
}
.attributions .lib-description {
    padding-bottom: 0.5rem;
}
.attributions .lib-website {
    padding-bottom: 0.5rem;
}
.attributions .lib-license-text {
    background-color: var(--gray-9);
    border: 1px solid var(--gray-5);
    border-radius: 5px;
    padding: 0.5rem;
    max-height: 15rem;
    margin: 0.5rem 0 0 0;
}
