table.items-listing tr td:first-child,
table.items-listing tr th:first-child {
  width: 60%;
}

table.items-listing tr td:nth-child(2),
table.items-listing tr th:nth-child(2) {
  width: 10%;
}

table.items-listing tr td:nth-child(3),
table.items-listing tr th:nth-child(3) {
  width: 30%;
}

.search-box .form-control {
  padding-left: 40px;
}
.search-box .search-icon {
  font-size: 16px;
  left: 13px;
  line-height: 38px;
  position: absolute;
  top: 0;
}
