#reservations-ui {
  max-width: 1100px;
  margin: 0 auto;
}

.ui-actions {
  margin-bottom: 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
}

th {
  background: #eee;
}