1body {
2  padding-top: 0px !important;
3}
4
5#nd_search-results > li:not(.active) {
6  display: none !important;
7}
8
9.navbar, .nd_sidebar {
10  display: none !important;
11}
12
13.content, .nd_content {
14  margin-left: 0px !important;
15  margin-right: 0px !important;
16}
17
18.floatThead-table {
19  position: inherit;
20  top: 45px;
21}
22
23a:after {
24  content: "" !important;
25}
26