/* 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;
}
