.compare {
	visibility: hidden;
	margin-top: 5px;
	padding: 0 !important;
}
.compare label {
	display: block;
	padding-left: 15px;
	text-indent: -15px;
	color: #2277B8;
	font-size: 12px;
	font-weight: normal;
}
.compare input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0 3px 0 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}
.auction:hover,.auction-selected {
	background-color: #FFFDE8 !important;
}
.auction:hover .compare,.auction-selected .compare{
	visibility: visible;
}
.compare-header {
	border: 1px solid #D8D8D8;
	background-color: #FFFFFF;
	height: auto;
	position: relative;
	margin: 0 0 15px 0;
	overflow: hidden;
	display: none;
}
.compare-header .compare-auction:hover .close{
	display: block;
}
.compare-header .compare-auction .close{
	cursor: pointer;
	color: #fff;
	background-color: #215FAC;
	font-size: 15px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	bottom: 5%;
	right: 5%;
}
.compare-header .compare-auction label{
	overflow: hidden;
`}
.compare-header .compare-auction .img{
	position: absolute;
	width: 30px;
	height: 30px;
	border: 0;
	background-size: auto 30px;
	top: 8px;
	left: 10px;
}
.compare-header .compare-auction {
	float: left;
	height: 7em;
	padding: 10px;
	border: 1px solid #D8D8D8;
	overflow: hidden;
	background-color: #F6FAFC;
	position: relative;
}
.compare-header .hint {
	padding: 20px 0 0 10px;
	font-size: 1.25em;
}
.compare-header .action label{
	color: #215FAC;
	cursor: pointer;
	font-size: 16px;
	margin-top: 9px;
	margin-left: 15px;
}
.compare-header .action .compare-btn{
	background-color: #215FAC;
	color: #fff;
	border: 0;
	padding: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	float: left;
}
.compare-header .action {
	float: right;
	width: 13.25em;
	padding: 10px;
}

.compare-table {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	border: 1px solid #c4c4c4;
	border-radius: 6px;
	font-family: Arial;
	border-collapse: collapse;
}

.compare-table tr:nth-child(odd) {
	background-color: #fcfcfc;
}

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

.compare-table td {
	vertical-align: middle;
	border: 1px solid #c4c4c4;
	border-width: 0 1px 1px 0;
	text-align: left;
	padding: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
}

.compare-table tr:last-child td {
	border-width:0 1px 0 0;
}

.compare-table tr td:last-child {
	border-width: 0 0 1px 0;
}

.compare-table tr:last-child td:last-child {
	border-width: 0 0 0 0;
}

.compare-table tr:first-child td div.img{
	position: absolute;
	width: 55px;
	height: 55px;
	background-size: auto 55px;
	background-position: center;
	top: 8px;
	left: 10px;
}
.compare-table tr:first-child td a:hover{
	color: #0055a4;
}
.compare-table tr:first-child td a{
	text-decoration: none !important;
	color: #333;
}
.compare-table tr:first-child td div.logo-holder{
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 8px 75px;
	min-height: 75px;
	position: relative;
}
.compare-table tr:first-child td {
	background-color: #efedee;
	border: 0 solid #c4c4c4;
	text-align: left;
	border-width: 0 0 1px 1px;
	vertical-align: top;
	padding: 0;
}

.compare-table tr:first-child:hover td {
	background-color: #efedee;
}

.compare-table tr:first-child td:first-child {
	border-width: 0 0 1px 0;
}

.compare-table tr:first-child td:last-child {
	border-width: 0 0 1px 1px;
}
.first-cell {
	white-space: nowrap;
	font-weight: bold !important;
	font-size: 12px !important;
	width: 16%;
}
.goback-con{ margin-bottom: 10px;text-align: right;}
.goback-con a{text-decoration: none !important;font-size: 14px;}
.clearfix {
	clear: both;
	display: block;
	height: 0 !important;
	line-height: 0 !important;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
#compareTable.table.table-striped.table-bordered td.first-cell.bg-primary {
	color: #FFF;
	vertical-align: middle;
}
