/* @group user selected miscellaneous style setting */

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* Prevent Bootstrap buttons inheriting text decoration */
a.btn,
a:hover.btn {
	text-decoration: none;
}