.badge{
	text-decoration: none;
	transition: all ease 350ms;
}

.badge.bg-secondary{
	background: #2A2A2D !important;
	color: #B0B0B0;
	font-weight: 400;
	font-size: 12px;
	padding-top: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
}

.badge.bg-secondary:hover,
.badge.bg-secondary.active{
	background: #636469 !important;
	color: #FFF;
}
