.service-alerts .btn-group {
	margin: 0px 5px 30px 0px;
}
.service-alerts .btn-group button {
	background: #a5272d;
	border-radius: 8px !important;
	margin: 8px;
	padding: 0.25em 1.25em !important;
}
.service-alerts .btn-group button.active {
	background: #ffca40;
	color: #383838;
	font-weight: bold;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
.btn-filter-alerts {
   transition: all 0.0s ease-in-out 0.0s;
}
