@charset "utf-8";
/* CSS Document */


.shown_elements {
	display:block;
}
.hidden_elements {
	display:none;
}
