@media screen and (max-width: 640px) {
	body#action div#module p.float-right {
		float: none;
	}
	body#action div#module span.float-right {
		float: none;
	}
	body#action div#conteneur { 
		margin: 0;
	}
	body#action input.number { 
		margin: 0; padding: 0; border: 0; max-width: 99%; width: 99%; line-height: 2em; text-align: center;
	}
	body#action div#actions { 
		padding-left: 0; padding-right: 0; 
	}
	body#action div#actions input.save_and_close_button { 
		display: none;
	}
}

@media screen and (max-width: 480px) {
	body#action fieldset input.text {
		width: 95%; 
	}
}