﻿.hl {
	background-color:yellow;
	color: #669;
}

.content
{
	background-color: #d1eafb;
	color: #669;
}

#tab-compare {
	border-collapse: collapse;
    font-size: 14px;
    text-align: left;
	width:100%;
}

#tab-compare th {
	background-color: #dcdcdc;
	color: #ec7619;
	text-align:center;
	border-right:1px solid #fff;
}

#tab-compare ul
{
	list-style:none;
	margin: 0;
    padding: 0;
}

#tab-compare>tbody td {
	border-top: 1px solid #fff;
	padding: 2px 5px 2px 5px;
}

#tab-compare>tbody tr:hover
{
	background-color:#ffffff !important;
    color: #ec7619 !important;
	border: 2px inset #669 !important;

	/*border-top: 1px groove #669 !important;
	border-bottom: 1px ridge #669 !important;*/
}

.row-title
{
	font-weight:bold;
	border-right:1px solid #ffffff;
	cursor:default;
	text-align:center;
}




/*
	background: rgba(0, 0, 0, 0) url("/images/express-css-table-design/table-images/blurry.jpg") no-repeat scroll 330px 59px;
   


*/