table 
{ 
	width: 100%; 
	border-collapse: collapse; 
	margin:50px auto;
}
tr:nth-of-type(odd) 
{ 
	background: #eee; 
}

th 
{ 
	background: #cd4012; 
	color: white; 
	/* font-weight: bold; */ 
}

td, th 
{ 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	/* font-size: 18px; */
	font:caption;
}
.fnt
{
	text-align:center;
}
.fnts
{
	text-align:center;
	font-size: 14px;
}
.prfil
{
	margin-top: -9%;
    margin-bottom: -9%;
}
.prfilcontent
{
	margin-top: 39%;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  
{
	table 
	{ 
	  	width: 100%; 
	}
	table, thead, tbody, th, td, tr 
	{ 
		   display: block; 
	}
	thead tr 
	{ 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr 
	{ 
		border: 1px solid #ccc; 
	}
	td 
	{ 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;    
	}
	td:before 
	{ 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		content: attr(data-column);
		color: #000;
		/* font-weight: bold; */
	}
}
 @media only screen and (max-width: 767px) {
	.official 
	{ 
		  display: revert;  
	}
	.doc 
	{ 
		padding-left: 0% !important;
	}
}