Really difficult to theme chosen selects widget width by region(s)

Is there a way to override element.style generated from .js?

.chosen-container-single is the only html tag that can't be overrided

/* works */
.chosen-container-single {
	width:400%;
}
/* works */
.chosen-drop {
	width: 400px;
}
/* doesn't work */
.chosen-container-single  {
width:400px;
}

Comments

senzaesclusiva created an issue.