/* Company Info: show full text, no ellipsis truncation */
.company-info-page .dl-horizontal dt {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}
.company-info-page .ibox-title h5 {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    float: none;
}
