
table.studies-table > thead > tr:last-child > td:first-child > div {
  display: none;
}

#additional-resources {
  display: flex;
  flex-wrap: wrap;
}
#additional-resources .resource-link {
  margin-bottom: 40px;
}
#additional-resources .resource-link:not(:last-child) {
  margin-right: 40px;
}


#download-data hr {
  margin: 0;
}
#download-data h5 {
  margin-bottom: 16px;
}
#download-data .bslib-mb-spacing {
  margin-top: 10px;
  margin-bottom: 10px;
}
.download-species-row:last-child hr {
  display: none;
}
.download-species-title {
  display: inline-flex;
  height: 30px;
  line-height: 30px;
}
.download-species-title img {
  margin-right: 10px;
  filter: brightness(0);
  height: 30px;
}