Use your browser inspector to find the element and its styling. You're probably looking for the border-top of .mx-dataview .mx-dataview-controls. So in your custom styling do something like:
.mx-dataview .mx-dataview-controls {
border-top: none;
}