.table > tbody > tr > th, .table > tfoot > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td,.table tr{
	border: none;
}
.table {
	margin: 0;
}

.tab .row {
	margin: 0;
	background-color: #fff;
	border: 0;
}

.tab .row td {
	border: 0 !important;
}
.tab tr {
	border: 0 !important;
}

.tab tr:hover {
	background-color: #edf2fa;
}

.tab tr:hover a{
	color: #A57848;
}

.tab tr a {
	margin-left: 30px;
	max-width: 900px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
	vertical-align: middle;
	font: normal normal 14px "";
	color: #666;
}

.tab .row i {
	margin-right: 30px;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	background: url("../imgs/icons_1.png") -106px -330px no-repeat;
}