.size-big
{
	font-size: 1.5em;
}
.size-medium
{
	font-size: 1.2em;
}
.size-small
{
	font-size: 0.8em;
}
.no_pad_mar
{
	margin: 0;
	padding: 0;
}
.table_wra_ext
{
	overflow-x: auto;
	width: 100%;
}
.table_wra_int
{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 400px;
	width: 100%;
	min-width: 841px;
}
.marg-top
{
	margin-top: 3%;
}
.tableFixHead          
{ 
	overflow-y: auto;
}
.tableFixHead thead th 
{ 
	position: sticky; 
	top: 0; 
}
th     
{ 
	background:#ffffff; 
	text-align: center;
}
