.asterisk{
	color:red;
	font-weight: bold;
}

.red{
	color:red;
	font-weight: bold;
}

.green{
	color:green;
	font-weight: bold;
}

.hover:hover{
	cursor: pointer;
	color: blue;
}

i.disabled, i.disabled:hover{
	color: gray;
	cursor: not-allowed;
}