.premium-allowed {
	padding: 1em;
	background-color: #EEE;
	color: #008bd3;
	border: 1px solid #BBB;
	font-weight: bold;
	margin-bottom: 1em;
	border-radius: 5px;
	clear: both;
}
.premium-forbidden {
	padding: 1em;
	background-color: #EEE;
	color: #008bd3;
	border: 1px solid #BBB;
	font-weight: bold;
	margin-bottom: 1em;
	border-radius: 5px;
	clear: both;
}