@charset "utf-8";
/* CSS Document */
.hide{
	display: none!important;
}
.show{
	display: inherit!important;
}
