/*  CSS file for PacketiX product comparison table  */



#comp_vpn_sol {
	color                     : #333;
	font-family               : arial, sans-serif;
	font-size                 : 88%;
	border                    : 1px solid gray;
	border-collapse           : collapse
}

#comp_vpn_sol th {
	background-color          : #eeeeee;
	font-weight               : normal;
	text-align                : center;
	padding                   : 5px;
	border                    : 1px solid gray;
}

#comp_vpn_sol td {
	text-align                : center;
	padding                   : 5px;
	border                    : 1px solid gray;
}

#comp_vpn_sol tr.usage td {
	text-align                : left;
}

/* #comp_vpn_sol .emphasis {
	color                     : #6666ff;
	font-weight               : bold;
}
*/

#comp_vpn_sol th.emphasis {
	background-color          : #ffcf3d;
	font-weight               : bold;
}


#comp_vpn_sol td.emphasis {
	background-color          : #ffdf80;
	font-weight               : bold;
}




#comp_vpn_sol .check {
	font-size                 : 100%;
	font-weight               : bolder;
}

