
/* http://stackoverflow.com/questions/6728521/disable-lync-click-to-call-detecting-numbers-in-a-web-page  */

span.baec5a81-e4d6-4674-97f3-e9220f0136c1 > a {
   display: none !important;
}

