td.id:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 2px;
	margin-bottom: -1px;
	border: solid 1px green;
}

tr.unread td.id:before {
  background-color: #9DB94E;
}

tr.updated td.id:before {
	background-color: #5390CA;
}
