[data-tags~="#externalviewer"],
[data-tags~="#externalcontent"] {padding: 0px;}
h2.tc-title {font-size: .75em;}
putting the [data-tags~=""] in front of each rule seemed to be the least painful method, trying to combine into one rule was causing unpredictable results (like losing the stylesheet tiddler)I can find out the meaning of the *, ~ suffixes to data-tags in the Attribute Selectors page at the main wiki documentation site?
have fun!