.showbacklog-circle {
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	border-radius: 1em;
}
 
.common{
	background-color: #A6A6A6;
}
.important{
	background-color: #FFAF38;
}
.urgent{
	background-color: #FF4F3E;
}