.economic-dashboard {
  max-width: 800px; /* lidt bredere for tabellen */
  margin: 0 auto;
  font-family: sans-serif;
}

.economic-card {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

.economic-amount {
  font-size: 36px;
  font-weight: bold;
  color: #2ecc71;
  margin-bottom: 12px;
}

.economic-count {
  color: #666;
  margin-top: 6px;
}

#customerTable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

#customerTable th,
#customerTable td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-align: left;
}

#customerTable th {
  background-color: #f4f4f4;
}

#customerTable tbody tr:nth-child(even) {
  background-color: #fafafa;
}
