/* Custom CSS voor Engeldot zelf */

/* Tabel Simpel */
.tabel-simpel {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 16px 0;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  overflow: hidden;
  color: #222;
}

.tabel-simpel th,
.tabel-simpel td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
}

.tabel-simpel thead th {
  background: #fafafa;
  color: #222;
  font-weight: 700;
  border-bottom: 2px solid #83bc2f;
}

.tabel-simpel tbody tr:nth-child(even) {
  background: #fafafa;
}

.tabel-simpel tbody tr:hover {
  background: #eef7e6;
}

.tabel-simpel tr:last-child td {
  border-bottom: 0;
}

.tabel-simpel a {
  color: #83bc2f;
  font-weight: 600;
  text-decoration: none;
}

.tabel-simpel a:hover {
  text-decoration: underline;
}
