.elements-grid {
  display: grid;
  grid-template-columns: 50% 20% 10% 20%;
}

th,
td {
  text-align: left;
}

ul {
  margin-bottom: 0;
}

/*# sourceMappingURL=main.css.map*/