
    .crmEntityFormView table.table td:first-child{
        display: none;
    }
    .crmEntityFormView table.table th:first-child{
        display: none;
    }
    /* [role="button"], a[href="#"] {
        color: #2a68b6;
        text-decoration: none;
        pointer-events: none;
        cursor: default;
    } */
    .crmEntityFormView table.table th{
        color: #2a68b6;
        text-decoration: none;
        pointer-events: none;
        cursor: default;
    }
