
/* TABLES */
table.comparison
{
	page-break-before: always;
	page-break-after: always;
}

table.comparison td {
	text-align: center;
	padding: 7px 5px;
}
	table.comparison td.left {
		text-align: left;
	}
	.comparison td.capability_header
	{
	  background-color: #ECF1F7;
	}
	  .comparison td.capability_header h3
  	{
  	  text-align: left;
  	  margin: 0;
  	  color: #333;
  	}
	
	
table.encyklopedia {
	border-collapse: collapse;
}

	table.encyklopedia caption{
		font-size: 100%;
		text-transform: none;
	}

	table.encyklopedia tr, table.encyklopedia td, table.encyklopedia th{
		margin: 0;
		padding: 3px;
	}
	table.encyklopedia td, th{
		border: 1px solid #667790;;
	}
	table.encyklopedia th, table.encyklopedia thead td{
		background-color: rgb(158,158,158);
		color: white;
		text-align: center;
	}
	table.encyklopedia td{
		text-align: center;
	}
		table.encyklopedia td.left{
			text-align: left;
		}
		table.encyklopedia th.left{
			text-align: left;
		}

table {
	/*display: block;*/
	width: 100%;
	font-size: 93%;
	margin: 0 0 1.5em 0;
}
	table caption {
		text-align: left;
		font-size: 120%;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0 0 0.5em 0;
	}
	table thead {
		font-weight: bold;
	}
		table thead td {
			padding: 0.4em 0.3em;
			font-size: 120%;
			
		}
	table td {
		padding: 3px;
		line-height: 1.1;
	}
		
		table td.strongTd {
			font-weight: bold;
			text-align: left;
		}

		table tr.emRow {
			background-color: #f0f0f0;
		}
		

td.left {
	text-align: left;
}
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}
tr.header {
	background-color: rgb(158,158,158);
	color: white;
}
tr.contentHeader td {
	background-color: #dedede;
	color: #333;
	font-size: 120%;
	text-align: left;
}

