* {
  font-family: sans-serif; /* Change your font family */
}

body {
  background-color: #181a1b;
}



.example {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.example thead tr {
  background-color: #009879;
  color: #181a1b;
  text-align: left;
  font-weight: bold;
}

.example th,
.example td {
  padding: 12px 15px;
}

.example tbody tr {
  border-bottom: 1px solid #dddddd;
}

.example tbody tr:nth-of-type(even) {
  background-color: #1f2123;
}

.example tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.example tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

.example th,
.example td {
  color: white;
}

.example tr {
  border-style: solid;
  border-color: #3a3e41;
}