
div.follow-up-subscriptions {
	margin: 1em 0 2em 0;
}

.fue-subscriptions-message.hidden {
	display: none;
}

ul.follow-up-lists {
	margin: 0 0 1.618em 1em;
}

ul.follow-up-lists li {
	list-style: none;
}

.fue-error {
	border-left: 3px solid #a10000;
	color: #a10000;
	padding: 0 1.618em;
	background: #fff0ee;
}

.fue-success {
	border-left: 3px solid #00ab00;
	color: #00ab00;
	padding: 0 1.618em;
	background: #f0fff3;
}

.fue-error p, .fue-success p {
	padding: 10px 0;
}
