a.relationship {
    text-decoration: none;
    border-bottom: #000000 1px dotted;
}

.toast-bottom-right {
    bottom: 60px!important;
}

/* https://stackoverflow.com/questions/39148127/how-to-work-with-ellipsis-in-bootstrap-responsive-table */

.table .text {
    position: relative;
}

.table .text span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    width: 90%;
}

.text:before {
    content: '';
    display: inline-block;
}

.box.box-custom {
    border-top-color: #111;
}
