/* Hide datatables searchpanes buttons and filter text. */
.dtsp-titleRow button, .dtsp-titleRow, .dtsp-subRow2, .dtsp-searchIcon {
    display: none;
}

/* Remove searchpanes search input border. */
div.dtsp-topRow {
    border: none;
    padding-right: 1px;
}

/* Change searchpanes search input height. */
.dtsp-topRow .dtsp-subRow1 input {
    height: 31px;
}

/* Change search pane item height.  */
.dtsp-nameColumn {
    height: 28px !important;
}

.dtsp-name {
    padding-top: 3px;
}

/* Remove margin from top of search panes. */
.dtsp-searchPane{
    margin-top: 0 !important;
}