.wuedive .dive-header-hr{
border-top: 2px solid rgba(0, 74, 143,.3);
}

.wuedive .card-custom-logo{
max-height: 50px;
max-width: 200px;
width: 200px;
}
.wuedive .card-custom-logo img{
max-width: 200px;
max-height: 50px;
}
.wuedive .table-custom-logo{
max-height: 25px;
max-width: 100px;
width: 100px;
}
.wuedive .table-custom-logo img{
max-width: 100px;
max-height: 25px;
}
.wuedive .wuedive-elipsis{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wuedive .wuedive-row{
min-height: 4.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
