.line-space {
	margin-top: 50px;
}

@media only screen and (max-width: 768px) { 
	.line-space {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 480px) { 
	.line-space {
		margin-top: 5px;
	}
	
	.panel-body {
		height: auto !important;
	}
	
	.fc-scroller {
		height: 330px!important;
	}
	
	/* .panel-default{ */
		/* width:345px; */
	/* } */
}