h1 {
    margin-bottom: 3rem;
}

/* Dashed links */
span.dashed,
a.dashed,
a.dashed:hover {
    cursor: pointer;
    text-decoration: none!important;
    border: none;
    border-bottom: 1px dashed;
}

.popover {
    max-width: 400px;
}

.tooltip-inner {
    max-width: 400px;
}

.card.hoverable:hover {
    border-color: #007bff;
}

.card.hoverable-dashed:hover {
    border-color: #007bff;
    border-style: dashed;
}

.lh-1 {
    line-height: 1em !important;
}