

@media screen and (max-width: 1440px) and (min-width: 1025px)
{
	#fac-section
	{
		width: 75%;
	}
	#fac-tbl
	{
		width: 75%;
	}
}

@media only screen and (max-width: 1024px)
{
	#fac-section
	{
		width: 85%;
	}
	#fac-tbl
	{
		width: 85%;
	}
}

@media only screen and (max-width: 768px)
{
	#fac-section table tr .fac-column1
	{
		padding-left: 10px;
	}
	#fac-section table tr .fac-column3
	{
		padding-right: 10px;
	}
	#fac-tbl table tr .fac-cell1
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	#fac-tbl table tr .fac-cell3
	{
		text-align: center;
	}
}
@media only screen and (max-width: 600px)
{
	#cont_rone .cont-rone-container .title-outer
	{
		width: 250px;
	}
	#cont_rone .cont-rone-container .title-outer h1
	{
		font-size: 26px !important;
		margin-top: 10px;
	}
	#cont_rone .cont-rone-container .title-outer .page-title li
	{
		font-size: 14px !important;
		letter-spacing: .5px;
	}
	#fac-tbl table tr .fac-cell
	{
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 420px)
{
	#fac-section
	{
		height: 30px !important;
		width: 90% !important;
	}
	#fac-tbl
	{
		width: 90% !important;
	}
	#fac-section .fac-tbl1
	{
		height: 30px !important;
	}
	#fac-section table tr .fac-column
	{
		font-size: 10px !important;
	}
	#fac-tbl table tr .fac-cell
	{
		font-size: 10px !important;
		letter-spacing: 0.2px;
		text-transform: uppercase;
	}
	
}