/* Applications Management Page Styles */
.manage-header h1 {
  margin-bottom: 4px;
}

.manage-header a {
  font-size: 14px;
}

.manage-table th:nth-child(3),
.manage-table td:nth-child(3) {
  width: 160px;
}

.manage-table th:nth-child(4),
.manage-table td:nth-child(4) {
  width: 220px;
}

.th-actions,
.manage-table td:last-child {
  text-align: right;
}

/* No-records message */
.no-records {
  display: none;
  padding: 16px;
  text-align: center;
  color: #7a7f8c;
  font-size: 14px;
}
