body {
    .entitylist {
        border: none;
    }
    .show-bar {
        border-bottom-color: rgba(26, 26, 26, 1);
        border-bottom-width: 2px !important;
    }
    .crmEntityFormView, .entitylist, .modal-content, .popover-content {
        border: none !important;
    }
    .crmEntityFormView .tab-title{        
        border-bottom-color: rgba(26, 26, 26, 1);
        border-bottom-width: 2px !important;
    }
    .crmEntityFormView .actions{
        border-top: none !important;
    }
    @media (max-width: 767px) {
    .xrm-attribute-value p[style] {
        color: black !important;
    }
}
}