/*filter*/
button.filter-search-bar__button.btn.btn-primary {
    background: #141e3e; border-color: #141e3e;
}

.js-stools-container-bar .btn-toolbar .js-stools-btn-clear {
    background-color: #495057;
    border: 0;
}


/*styling*/
.view-renewalcategories th a , .view-renewalcategories tr a {color: #000;}

/*table*/
#renewalcategoryList {
  width: 100%;
  table-layout: auto; /* allow column to size based on content */
  color: #000;
}

#renewalcategoryList th,
#renewalcategoryList td {
  white-space: nowrap; /* prevents content wrapping */
}

#renewalcategoryList th:first-child,
#renewalcategoryList td:first-child {
  width: 10px; /* min width to shrink */
  white-space: nowrap;
}

#renewalcategoryList th:nth-child(2),
#renewalcategoryList td:nth-child(2) {
  width: auto; /* allow it to expand */
  vertical-align: middle;
}
