body{
	background-color: #f0f0f0;
}

textarea{
	height: 250px !important;
}
.bottom-fade{
	 background-color: red;
	 height: 24px;
	 position: absolute;
	 bottom:0px;
	 left:  0px;
	 right: 0px;
	 background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.5) 50%, rgba(0,212,255,0) 100%); 
}
.hint-work{
	font-style: italic;
	color: #7a7;
}
.blue{
	color: blue;
}
.red{
	color: red;
}
.h50{
	height: 50px !important;
}
.h80{
	height: 80px !important;
}