div.sonata-ba-collapsed-fields div.row div.col-md-12:nth-of-type(odd) div.box-primary
{
	background-color: #ffddbd;
}
div.sonata-ba-collapsed-fields div.row div.col-md-12:nth-of-type(even) div.box-primary
{
	background-color: #e4f1cb;
}
div.sonata-ba-collapsed-fields div.row div.col-md-12:nth-of-type(odd) div.box-primary h4.box-title
{
	font-style: italic;
}
div.sonata-ba-collapsed-fields div.row div.col-md-12:nth-of-type(even) div.box-primary h4.box-title
{
	font-style: italic;
}
table:lang(AR)
{
	direction: rtl;
}
table
{
	text-align: center;
	border: none;
	border-style: hidden;
	margin: auto;
	margin-bottom: 5px;
}
table tr.odd td.name
{
	background-color: rgba(0, 0, 0, 0.4);
}
table tr.even td.name
{
	background-color: rgba(0, 0, 0, 0.6);
}
table td.name
{
	width: 100px;
}
table td.number
{
	color: #000000;
	width: 20px;
}
h2
{
	text-align: center;
	font-weight: bolder;
}
h3
{
	text-align: center;
	font-weight: bolder;
}
#criterias
{
	border: 1px solid black;
	padding: 5px;
	border-radius: 5px;
}
h4
{
	text-align: center;
	font-weight: bolder;
}
#ch
{
	font-size: 14px;
}
.cname
{
	font-weight: bold;
}
#criterias a
{
	text-align: center;
	width: 100%;
}
h5 a
{
	width: 100%;
	text-align: center;
}
h1
{
	width: 100%;
	text-align: center;
	font-weight: bolder;
}