.x-table th {
  background-color: #f5f5f5;
  color: #333;
  font-weight: 500;
}

.x-table-striped tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.x-table-hover tbody tr:hover {
  background-color: whitesmoke;
}

.x-table-baseline th, .x-table-baseline td {
  border-width: 1px 0;
}

.x-table-info {
  background-color: #daebf7 !important;
  color: #2487d0;
}

.x-table-success {
  background-color: #d3f0d3 !important;
  color: #3ca23c;
}

.x-table-warning {
  background-color: #fcf0de !important;
  color: #e28f19;
}

.x-table-error {
  background-color: #fef0ef !important;
  color: #d63a29;
}

.x-table-selected {
  background-color: #ffd !important;
}

.x-table-large th, .x-table-large td {
  padding: 0.5rem 1.25rem;
}

.x-table-small th, .x-table-small td {
  padding: 0.25rem 0.75rem;
}

/*# sourceMappingURL=table.css.map */