@charset "utf-8";
/* CSS Document */
#_ctl1_tblResults {
	display: table;
	table-layout:fixed;
    line-height: 1.4;
}

table.ui-table-compare {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
	margin-top: 10px;
	border:1px #ff000 solid;
}

table.ui-table-compare td, table.ui-table-compare th{
	padding: 5px;
}

table.ui-table-compare img{
	max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;

}

table.ui-table-compare th{
/*	font-size: 18px; */
	color: #666;

}

table.ui-table-compare tr.header th{
	background-color: #f6f6f6;
}

table.ui-table-compare tr.header_pictures th{
	background-color: #fff;
	text-align:center;
}

table.ui-table-compare tbody tr.feature_row{
/*	font-size: 18px; */
	color: #666;
	background-color: #c4c4c4;
}

table.ui-table-compare tbody tr.feature_row th{
	background-color: #c4c4c4;
	color: #444;	
}


table.ui-table-compare tbody tr.feature_row td{
	background-color: #c4c4c4;
}

tr.neq td {
    color: #ff0000;
}

.ui-table-compare tr:nth-child(even) {
	background: #eee;
}

#note4red {
    margin: 0 0 -20px;
    text-align:right;
    color: #ff0000;
}

