table.data-table {
	min-width: 100%;
	border-collapse: collapse;
	border-bottom: 4px solid orange;
}

table.data-table tr td {
	font-size: 16px;
	border:1px solid lightgray;
	position: relative;
	padding: 8px 20px;
	text-align: left;
}


table.data-table tr:nth-child(odd) {
	background: #f9f9f9;
}



table.data-table tr td:first-child {
	white-space: nowrap;
	color: #3d4345;
}

table.data-table tr td a {
	color: #007acf;
}

table.data-table tr td a:hover {
	text-decoration: underline;
}

table.data-table tr td.bx_compare_del_col {
	text-align: center;
}

table.data-table tr td.bx_compare_del_col a {
	font-size: 11px;
}

table.data-table tr:hover{
	background: #dadada;
}
.slide-button{
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
}
.slider:hover .slide-button{
    opacity: 1;
}
