/* change the outline on click */
button:focus {
	outline: none !important;
	box-shadow: none !important;
}

a:focus {
	outline: none !important;
	box-shadow: none !important;
}
