	/* not on localhost */
	.agenda_global{
		animation: agenda_global 0.5s ease-in-out;
	}
	@keyframes agenda_global{
			0%{margin-left:50px;}
			100%{margin-left:0px;}
	}