/* Custom CSS Declarations */
th.highlight {
	background:#ff7e00 !important;
	position:relative  !important;
}

td.highlight {
	background-color: #fff5e0 !important;
	box-shadow:  -2px 0px 5px -5px #000, 2px 0px 5px -5px #000 !important;
	border-right: 1px solid #ff7e00 !important;
	border-left: 1px solid #ff7e00 !important;
}
tr.order td.highlight {
	border-bottom: 1px solid #ff7e00 !important;
}