
@media only screen and (max-width: 1440px)
{
	#dean-det
	{
		padding: 100px 15% 100px 15%;
		width: 70%;
	}
	
}
@media only screen and (max-width: 1024px)
{
	#dean-det
	{
		padding: 100px 7% 100px 7%;
		width: 86%;
	}
	#deanmsg h2
	{
		font-size: 21px;
	}
}

@media only screen and (max-width: 768px)
{
	#dean-det
	{
		padding: 100px 5% 100px 5%;
		width: 90%;
	}
	#deanmsg h2
	{
		font-size: 18px;
	}
	.deanprof-tbl, .deanprof-th, .deanprof-td
	{
		padding: 8px 2px 8px 2px;	
	}
	.deanprof-th
	{
		font-size: 14px;
	}
	.deanprof-td
	{
		font-size: 13px;
	}
}
@media only screen and (max-width: 600px)
{
	#cont_rone .cont-rone-container .title-outer
	{
		width: 200px;
	}
	#cont_rone .cont-rone-container .title-outer h1
	{
		font-size: 25px !important;
	}
	#dean-det
	{
		padding: 100px 2.5% 100px 2.5%;
		width: 95%;
	}
	.deanprof-th
	{
		font-size: 12px;
	}
	#deanprof
	{
		padding: 0px;
	}
}
@media only screen and (max-width: 420px)
{
	#cont_rone .cont-rone-container .title-outer
	{
		width: 150px;
	}
	#cont_rone .cont-rone-container .title-outer h1
	{
		font-size: 20px !important;
	}
	#deanmsg h2
	{
		font-size: 16px;
	}
	.deanprof-th
	{
		font-size: 10px;
	}
	.deanprof-td
	{
		font-size: 10px;
	}
	
}