<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Remove the dash appearing in front of the first line in articles */
.adetail.news .dateline-text
{
  display: none !important;
}

/* Remove breadcrumbs */
.dma-full-width .skin-breadcrumb-container
{
  display: none !important;
}
</pre></body></html>