/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
@media print {
    .addcontact.bubble {
        display: none !important;
    }
}

@media (min-width: 768px) {
    dd .multiselectlinkto ul,
    .multiselectlinkto ul {
        left: auto !important;
    }
}