table {
	border-collapse: unset !important;
	border-radius: .25rem;
}
table thead tr td:first-child {
	border-top-left-radius: .25rem !important;
}
table thead tr td:last-child {
	border-top-right-radius: .25rem !important;
}
table thead tr {
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35) !important;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35) !important;
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35) !important;
}
table tfoot tr {
	box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.35) !important;
	-webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.35) !important;
	-moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.35) !important;
}
table tfoot {
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35) !important;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35) !important;
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35) !important;
}
table tfoot tr td:first-child {
	border-bottom-left-radius: .25rem !important;
}
table tfoot tr td:last-child {
	border-bottom-right-radius: .25rem !important;
}