mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.btn-utah {
	color: #fff;
	background-color: rgb(238, 100, 23);
	border-color: rgb(191, 57, 25);
}

.btn-utah:hover {
	color: #fff;
	background-color: rgb(191, 57, 25);
	border-color: rgb(191, 57, 25);
}

.alert-link {
	cursor: pointer;
}

.text-link {
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}