/* NOTICE-SECTION */

#cont_rone .cont-rone-container .title-outer
{
	display: inline-block;
	height: 100%;
	width: 400px;
}
.headtxt
{
	font-size: 15px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	width: 100%;
}
.headtxt h1
{
	display: table;
	font-size: 2rem !important;
	position: relative;
	margin: 0px auto;
	width: 50%;
}
.headtxt h1:before
{
	content: '';
	background: red;
	border-radius: 5px 0px 5px 0px;
	position: absolute;
	height: 4px;
	bottom: 30px;
	width: 60px;
}
#cm-data
{
	float: left;
	min-height: 650px;
	margin-left: 15%;
	margin-top: 50px;
	width: 30%;
}
#cm-data2
{
	float: right;
	min-height: 650px;
	margin-top: 50px;
	margin-right: 15%;
	width: 30%;	
}
#cm-section
{
	border-radius: 10px 10px 0px 0px;
	height: 40px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	width: 100%;
}
#cm-tbl
{
	border-radius: 0px 0px 10px 10px;
	max-height: 439px;
	overflow-y: scroll;
	margin-bottom: 50px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	transition: color .3s ease;
	width: 100%;
}
#cm-section .cm-tbl1
{
	border-collapse: collapse;
	height: 40px;
	width: 100.2%;
}
#cm-tbl .cm-tbl2
{
	border-collapse: collapse;
	height: 500px;
	width: 100%;
}
table tr
{
	display: table-row;
}
#cm-section table tr .cm-column
{
    font-size: 18px;
    color: #fff;
    background-color: #6c7ae0;
	text-align: left;
	letter-spacing: 2px;
	width: 25%;
}
#cm-section table tr .cm-column1
{
	text-align: center;
	border-radius: 10px 0px 0px 0px;
	width: 25%;
}
#cm-section table tr .cm-column2
{
	text-align: center;
	width: 25%;
}
#cm-section table tr .cm-column3
{
	text-align: center;
	width: 25%;
}
#cm-section table tr .cm-column4
{
	border-radius: 0px 10px 0px 0px;
	text-align: center;
}
#cm-tbl table tr .cm-cell
{
	font-size: 14px;
    color: #808080;
    line-height: 1.4;
    padding-top: 14px;
	letter-spacing: 2px;
    padding-bottom: 14px;
	font-weight: 600;
}
#cm-tbl table tr .cm-cell1
{
	text-align: center;
	width: 25%;
}
#cm-tbl table tr .cm-cell2
{
	text-align: center;
	width: 25%;
}
#cm-tbl table tr .cm-cell3
{
	text-align: center;
	width: 25%;
}
#cm-tbl table tr .cm-cell4
{
	text-align: center;
	width: 25%;
}
#cm-tbl table tr:nth-child(even)
{
    background: #F8F6FF;
}

#cm-tbl::-webkit-scrollbar,
#cm-tbl::-webkit-scrollbar-thumb
{
	width: 3px;
	border-radius: 13px;
	background-clip: padding-box;
	background: transparent;
}

#cm-tbl::-webkit-scrollbar-thumb
{        
	box-shadow: inset 0 0 0 10px;
}
#cm-tbl:hover
{
	color: rgba(0, 0, 0, 0.3);
}


@media screen and (max-width: 1440px) and (min-width: 1025px)
{
	#cm-data
	{
		margin-left: 10% !important;
		width: 35% !important;
	}
	#cm-data2
	{
		margin-right: 10% !important;
		width: 35% !important;
	}
}

@media only screen and (max-width: 1024px)
{
	#cm-data
	{
		margin-left: 12% !important;
		width: 38% !important;
	}
	#cm-data2
	{
		margin-right: 8% !important;
		width: 38% !important;
	}
}

@media only screen and (max-width: 768px)
{
	.headtxt
	{
		font-size: 12px;
	}
	#cm-data
	{
		margin-left: 4% !important;
		width: 43% !important;
	}
	#cm-data2
	{
		margin-right: 4% !important;
		width: 43% !important;
	}
}

@media only screen and (max-width: 550px)
{
	#cm-data
	{
		float: none;
		margin-left: 10% !important;
		margin-right: 10% !important;
		width: 80% !important;
	}
	#cm-data2
	{
		float: none;
		margin-left: 10% !important;
		margin-right: 10% !important;
		width: 80% !important;
	}
	
}