.admin-table {
    border: 1px solid black;
  margin-bottom: 40px;
}
.admin-table thead {
  background-color: hotpink;
  border: 1px solid black;
}
.admin-table td {
  padding-left: 8px;
  padding-right: 8px;
}
.update-button {
  cursor: pointer;
  background: #248be5;
  color: white;
  border: 0;
  width: 90px;
  height: 28px;
  margin-left: 810px;
}
.system-stats ul {
  margin-bottom: 40px;
}
