.mw_Project_Tasks li{
	list-style: none;
	display: flex;
	border: 1px solid #d0d7de;
	padding:5px 12px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.mw_Project_Tasks li a{
	color: #1D2027;
}
.mw_Project_Tasks li:hover{
	background:  #f6f8fa;
}

.mw_Project_Tasks li a span{
	display: inline-block;
	padding: 0 7px;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	white-space: nowrap;
	border: 1px solid #d0d7de;
	border-radius: 2em;
	margin: 0 10px;
	color: #455afb;
	background: white;
}

.Counter{
	border-radius: 2em;
	padding: .25em .75em;
	color: white;
	background: #455afb;
	margin-left: 10px;
	font-size: 80%;
	line-height: 1;
}