.panel-success .panel-footer {
    background: var(--panel-success-bg);
    color: var(--alert-success-color);
    font-size: small;
    text-align: center;
    border-top: 0;
    padding: 6px 15px;
}

.panel-info .panel-footer {
    background: var(--state-info-bg);
    color: var(--state-info-color);
    font-size: small;
    text-align: center;
    border-top: 0;
    padding: 8px 15px;
}

span.loading {
    color: #888;
    font-style: italic;
}

#billing-address-modal label {
    font-weight: normal;
}

#billing-address-modal .modal-body {
    margin-left: 30px;
    margin-right: 30px;
}

.masked_number {
    padding-left: 8px;
}

.billing-empty {
    color: #888;
}

.at-limit span {
    display: inline-block;
    color: #333;
    background-color: #FFD54F;
    font-weight: bold;
    font-size: 12px;
    border-radius: 2px;
    padding: 2px 6px;
}

#my-projects th {
    border-top: 0;
}

#my-projects td {
    vertical-align: middle;
}

#my-projects .name {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#my-keys th {
    border-top: 0;
}

#my-keys .missing {
    font-style: italic;
    color: var(--text-muted);
}

.settings-bar {
    line-height: 34px;
}

.add-totp-step {
    margin-top: 32px;
}

code.totp-secret {
    display: block;
    padding: 4px 0;
    font-size: 18px;
}

#email-reports .selectize-control {
    max-width: 300px;
}