.form-group:last-child,
.form-group:only-child {
    margin-bottom: 1.5rem;
}

.badge {
    font-size: 13px;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}