div#comments div.comment div.submitted {
	background: black;
	color: white;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 0 0 6px;
	font-weight: bold;
	margin-top: 8px;
}
div#comments div.comment div.submitted a {
	color: white;
	text-decoration: underline;
}
/* "Comments before block" before node link */
/*div#comments::before {
  content: "Comments ";
	line-height: 20px;
  display: inline;
}*/

/* links for editing comments in line, not list */
div#comments div.links {
	position: relative;
	top: -12px;
}
div#comments ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important;
  }

div#comments ul.links.inline
  {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
  }

div#comments ul.links li
  {
    display: inline !important;
    padding: 0 10px 0 0 !important;
    margin: 0 !important;
	font-size: 11px;
	font-weight: bold;
	
  }