.section-webinar-history span.icon-desktop,
.section-webinar-history span.icon-play {
  display: none;
}
div[ng-controller="webinarHistoryController"] h3 {
  display: none;
}
div[ng-controller="webinarHistoryController"]::before {
  display: block;
  content: "Attended Live Webinars";
  font-size: 1.25em;
  margin: 0.25em 0;
  color: #00465f;
}
/* Hide stuff from public view */

/*.public-section {
  a[href="/Customers/HelpCenter#WebinarSchedule"] { display: none; }
}*/

