@charset "utf-8";
/* CSS Document */

.animationContainer{
	height: 40px;
}
.demoDiv{
	background-color: transparent; 
/*	height: 150px; 
*/	overflow: hidden;
}

.hideInitially{
	visibility: hidden;
}

#height { height: 40px!important;}

