.toggle-icon::before {
  content: "⏤";
  margin-right: 6px;
  color: #888;
}

.count {
  margin-left: 4px;
}

.arrow {
  margin-left: 6px;
}

.view-all {
  text-align: right;
  font-size: 14px;
}

td {
  font-style: italic;
}

@media (max-width: 576px) {
  .table td,
  .table th {
    font-size: 13px;
    padding: 0.75rem;
  }
}

td,
th {
  border: none;
}

table {
  border: 1px solid #ddd;
}
thead,
tr {
  border-bottom: 1px solid #ddd;
}

a.specie {
  color: inherit;
  cursor: pointer;
}
a.specie:hover {
  text-decoration: underline;
}

h5 {
  font-size: 1.8rem;
}

.title {
  font-weight: 500;
}

.text-muted {
  font-size: 1rem !important;
}
