.hint {
	font-size: 10px;
	line-height: 1.3em;
	padding-bottom: 10px;
	font-weight: normal;
}


.amountValue {
	color: black;
	font-weight: bold;
}
.amountValue.bestAmount { 
	color: red;
}

#codeDescription {
	color: #00BD00;
}

#codeDescription.error {
	color: red;
}

.amountDescription {
	font-weight: bold;
}
.monthlyAmountDescription, .amountDescriptionHint {
	color: gray;
	font-weight: normal;
}
.amountDescriptionHint {
	text-align: right;
}

.subscriptionTable th .hint {
	padding: 0;
}