#features tbody {
	border-bottom: 2px solid #000 !important;
}


.no-support {
	/*background: transparent url(../images/bg_no-support.gif) 0 0 repeat-y !important;;
	text-indent: -100px !important;
	color: transparent !important;*/
}

.disabled {
	background: transparent url(../images/bg_disabled.gif) 0 0 repeat-y !important;
	color: transparent !important;
}

.disabled img {
	display: none !important;
}

td.s { background-color: #E0EDF2; }
td.r { background-color: #F7EFDF; }
td.e { background-color: #dfdbe3; }
td.p { background-color: #eee2da; }
td.b { background-color: #e6e7de; }
td.f { background-color: #ddeaf3; }

td.s, td.r, td.e, td.p, td.b, td.f {
	background-repeat: no-repeat;
	background-position: center center;
}


/* disabled in favor on inline images so they're printable */
.__support-1 { background-image: url(../images/icon_dot.gif); } 				/* fully supported */
.__support-2 { background-image: url(../images/icon_diamond_empty.gif); }		/* partially supported */
.__support-3 { background-image: url(../images/icon_diamond_full.gif); }		/* Supports shareable centralized databases */
.__support-4 { background-image: url(../images/icon_oval_empty.gif); }		/* Supports local databases only  */
.__support-5 { background-image: url(../images/icon_triangle_full.gif); }		/* Supports all printers and print jobs on the network */
.__support-6 { background-image: url(../images/icon_triangle_empty.gif); }	/* Works for local and network printers (and print jobs) for which there are drivers installed on the local PC */
.__support-7 { background-image: url(../images/icon_square_empty.gif); }      /* Only supported using RFID fonts and not BarTender’s fully-featured, native RFID objects */


