.mh-table {
  text-align: center;
}

.mh-table a,
.mh-table a:visited,
.mh-table a:active {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s;
}

.mh-table a:hover {
  color: var(--good-color);
}

.mh-table a i {
  padding: 5px;
}

.mh-table .fa-check {
  color: green;
}

.mh-table .fa-times {
  color: var(--bad-color);
}
