#species_list_table {
  width: 100%;
}

#species_list_table table {
  display: table;
  font-family: 'Roboto';
}

#species_list_table .fixed-table-body {
  border-radius: 10px;
}

#species_list_table .fixed-table-toolbar {
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}

#species_list_table .fixed-table-toolbar .btn {
  background-color: #EA7455;
  color: #fff;
}

#species_list_table .fixed-table-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#species_list_table .page-list .btn {
  background-color: #EA7455;
  color: #fff;
}

#species_list_table thead {
  background-color: #DD9B87;
  font-style: italic;
}

#species_list_table thead th {
  color: #fff !important;
  vertical-align: middle;
}

#species_list_table .taxo_group {
  color: #DD9B87;
}

#species_list_table img {
  width: 35px;
  min-width: 35px;
  height: auto;
  border-radius: 0;
}

#species_list_table .catalan_name {
  font-family: 'Roboto';
  font-weight: 500;
  color: #4F4F4F;
}

#species_list_table .latin_name {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: italic;
  color: #4F4F4F;
}

#species_list_table .explore_btn {
  background-color: #EA7455;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 20px;
}

#species_list_table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}

#species_list_table  tbody tr:nth-child(2n) {
  background-color: #f8f8f8;
}

#species_list_table td {
  background-color: transparent;
}

#species_list_table .page-item {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
}

#species_list_table .page-item .page-link {
  font-family: 'Roboto';
  font-weight: 500;
  color: #EA7455;
  border: none;
  border-radius: 5px;
}

#species_list_table .page-item.active .page-link {
  color: #fff;
  background-color: #EA7455;
}

#species_trends_footnote {
  font-style: italic;
  text-align: right;
  color: #ea7455;
}

#trends-tab .nav-link:not(.active) {
  background: #eee;
  color: #BD554B;
}

#trends-tab .nav-link.active {
  background: #BD554B;
}
