
#cont_rone .cont-rone-container .title-outer
{
	display: inline-block;
	height: 100%;
	width: 450px;
}


/* FAC-SECTION */

#fac-section
{
	border-radius: 10px 10px 0px 0px;
	height: 50px;
	margin: 0px auto;	
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	margin-top: 50px;
	overflow: hidden;
	width: 50%;
}
#fac-tbl
{
	border-radius: 0px 0px 10px 10px;
	min-height: 50px;
	margin: 0px auto;	
	margin-bottom: 50px;
	transition: color .3s ease;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	width: 50%;
}
#fac-section .fac-tbl1
{
	border-collapse: collapse;
	height: 50px;
	width: 100%;
}
#fac-tbl .fac-tbl2
{
	border-collapse: collapse;
	min-height: 50px;
	width: 100%;
}
table tr
{
	display: table-row;
}
#fac-section table tr .fac-column
{
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
	text-align: left;
	letter-spacing: 2px;
}
#fac-section table tr .fac-column1
{
	width: 8%;
	text-align: center;
	border-radius: 10px 0px 0px 0px;
}
#fac-section table tr .fac-column2
{
	text-align: center;
	width: 40%;
}
#fac-section table tr .fac-column3
{
	text-align: center;
	width: 26%;
}
#fac-section table tr .fac-column4
{
	border-radius: 0px 10px 0px 0px;
	text-align: center;
	width: 26%;
}
#fac-tbl table tr .fac-cell
{
	font-size: 14px;
	border: 1px solid gray;
	border-radius: 0px 0px 10px 10px;
    color: #808080;
    line-height: 1.4;
    padding-top: 5px;
	letter-spacing: 2px;
    padding-bottom: 5px;
	font-weight: 600;
	text-align: center;
}
#fac-tbl table tr .fac-cell1
{
	width: 8%;
}
#fac-tbl table tr .fac-cell2
{
	width: 40%;
}
#fac-tbl table tr .fac-cell3
{
	width: 26%;
}
#fac-tbl table tr .fac-cell4
{
	width: 26%;
}
#fac-tbl table tr:nth-child(even)
{
    background: #F8F6FF;
}
.tbl-cat
{
	color: teal;
	text-align: center;
	padding: 10px 0px 10px 0px; 
	letter-spacing: 2px;
	width: 100%;
}
.tbl-cat h1
{
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
}