/* Styles for Max Length plugin v2.0.1 */
.maxlength-feedback {
	/*margin-left: 0.5em;
	font-size: 75%;*/
	display: block; 
    width: auto;
}
/* CSS appliquée si la taille max est atteinte */
.maxlength-full {
	/*background-color: #fee;*/
}
/* CSS appliquée si on saisit trop de caractères */
.maxlength-overflow {
	/*background-color: #fcc;*/
}
.maxlength-disabled {
	opacity: 0.5;
}
