/*********************************************************************MobileView***************************************************************/  
@media only screen 
and (max-device-width : 480px)
{
	.verticalSpace
	{
		height:2px;	
	}
	.home_first
	{
		height: 0px;
	}
	.sampleSentencesContent
	{
		width:100% !important;
	}
	.box584_m_1
	{
		padding: 0px 10px 0 10px;
	}
	.GamesHomePage
	{
		border:none !important;	
	}
	.QuizTeaser
	{
		height:110px !important;
	}
	.WidgetFirstRow
	{
		 margin-top:0px;	
	}
}
@media only screen 
and (max-device-width : 321px)
{
	#result_ph
	{
		padding-right: 0px;
		padding-left: 0px;
		margin-right: -2px;
	}
	.box584_m_1
	{
		padding:0 2px 0 2px;
	}
	.GamesHomePage
	{
		border:none !important;	
	}
	.QuizTeaser
	{
		height:110px !important;
	}
	.WidgetFirstRow
	{
		 margin-top:0px;	
	}
}