
.tabulator{    
    font-size: 0.7em;
    border-top: none !important;
    border-left: none !important;
}

.tabulator .tabulator-header {
  background-color: transparent;
  border-top: none;
  height: auto !important;
}
.tabulator .tabulator-header .tabulator-col {
  background: #17262D !important;
  _border-bottom: 1px solid #999;
  color: #fff;
}

.tabulator .tabulator-header .tabulator-col[tabulator-field=name],
.tabulator .tabulator-row .tabulator-cell[tabulator-field=name] {
  max-width: 300px;
  white-space: normal;
}

.tabulator .tabulator-tableholder .tabulator-table {
  color: #000;
}

.tabulator-row .tabulator-cell {
    border-right: none;
}

.category-navigator .nav-pills + .nav-pills {
  margin-top: 0.5em;
}

/**
Stack multiple downloads vertically
**/
.tabulator .tabulator-row .tabulator-cell[tabulator-field=datasheets] {
  flex-direction:column;
  justify-content:center;
}

a.download-link {
  color: #17262D;
}