.d-block {
    display: block;
}

.text-center {
    text-align: center;
}

.text-small {
    font-size: 0.84em;
}

.text-nowrap {
    white-space: nowrap !important; }

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }


img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


.shadow {
    box-shadow: 0 4px 12px rgba(20, 30, 30, .2);
}
.hover-shadow:hover {
    box-shadow: 0 4px 12px rgba(20, 30, 30, .2);
}

.link-bottom-line {
    border-bottom: 1px solid;
    display: block;
    max-width: max-content;
    line-height: 1.75;
}
