/*
  These added elements shouldn't interfer with the theme's appearance.
  The below styles try to normalize the added span tags so that they appear
  as normal text nodes.
*/
span.pnl-inner-span {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  color: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  border: 0 !important;
}