.MessageAuthorInfoCell1 a {display: none;}
<style type="text/css">#jqShoutCb a { display: none; }.MessageAuthorInfoCell1 a {display: none;}</style><script type="text/javascript">function hideBlog() {var x = document.getElementsByTagName("img");var blogImg = "BlogViewBubble.png"; try { for (j=0; j < x.length; j++) { if( x[j].src.match(blogImg) ) { x[j].style.display = "none"; } } } catch (err) {}}setTimeout("hideBlog();", 1000);</script>
<style type="text/css">#jqShoutCb a { display: none; }.MessageAuthorInfoCell1 a {display: none;}</style><script type="text/javascript">function hideEditButtons() {// true = hide all edit buttons// false = show all edit buttonsvar hideButtons = true;// Don't change anything below!// *****************************if (!hideButtons) return;x = document.getElementsByTagName("input"); try { for (j=0; j < x.length; j++) { if( x[j].value == "Edit" ) { x[j].style.display = "none"; } } } catch (err) {}}function hideBlog() {var x = document.getElementsByTagName("img");var blogImg = "BlogViewBubble.png"; try { for (j=0; j < x.length; j++) { if( x[j].src.match(blogImg) ) { x[j].style.display = "none"; } } } catch (err) {}}setTimeout("hideBlog();", 1000);setTimeout("hideEditButtons();", 1);</script>