
.list-line, .list-bg{
	width: 100%;
	line-height:30px;
	box-shadow: 0pt 2pt 15pt 0pt #e2e4ed;
}
.list-line td, .list-line th, .list-bg td,.list-bg th{
	border-color: #e5e7eb;
	text-align: left;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	padding:2px 5px 2px 5px;
}


.list-bg td,.list-bg th{
	border-bottom: none !important;
	border-top: none !important;
}

.list-bg tr:nth-child(even){
	background-color: rgb(249, 249, 249);
}
.list-bg tr:last-child{
	border-bottom: 1px;
}
.list-line th, .list-bg th, .list-line thead tr td, .list-bg thead tr td{
	background-color: rgb(239, 243, 245) !important;
	border-top: none !important;
	border-bottom: none !important;
}