.b1-category .active{
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	font-size: 1.1rem;
}

.b1-category .list-group-item:hover {
	cursor: pointer;

}

.b1-category .list-group-item:first-child {
	border-radius: unset;
	border-top: none;
}
.b1-category .list-group-item:last-child {
	border-radius: unset;
	border-bottom: none;
}