@media (max-width: 767px) {
    .navbar-default .navbar-brand {
        font-size: 1.7em;
        word-spacing: -4px;
        margin-left: 60px;
    }
}
.navbar-default .navbar-brand {
    padding-left: 0;
}

@media (max-width: 767px) {
    .navbar-default .navbar-brand {
        font-size: 1.3em;
    }
}
.navbar-inverse .navbar-brand {
    background-image: none;
}

.credit-action {
    margin: 0.5em 0;
}

table.collapsible {
    position: relative;
}

table.collapsible > tr:nth-child(n + 6),
table.collapsible > tbody > tr:nth-child(n + 6) {
    display: none;
}

table.collapsible.expanded tr {
    display: table-row !important;
}

table.collapsible::after {
    font-family: bootstrap-icons;
    content: "\F14C";
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #666;
    background-color: #000;
    color: white;
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

table.collapsible.expanded::after {
    content: "\F14B";
}

.form-label {
    font-weight: 700;
}
