.comment .tools {
	margin: 8px 0 2px;
	font-size: 11px;
	line-height: 14px; /* Icons are 14px heigh. */
}

/* Override the visited link colour. Must match the active link colour. */
.comment .tools a:visited {
	color: #0000ee;
}

/* Use the visited link colour (a:visited) for the inactive tools. */
.comment .tools a.inactive {
	color: #6783ae;
}

.comment .tools img {
	vertical-align: top;
}

