footer {
  margin-top: 2rem;
}

.breadcrumbs {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}

.breadcrumbs > li {
  display: inline-block;
}

.breadcrumbs > li:not(:last-child)::after {
  display: inline-block;
  content: '>' / '';

  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

#footer_buttons .web_buttons {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
  margin-bottom: 4rem;
}

#footer_buttons .web_buttons a {
  display: contents;
}

#web_rings_table {
  width: 100%;
  text-align: left;
}

#web_rings_table > caption {
  margin-bottom: .5rem;
}

.link-category__contents {
  padding-left: 1.5rem;
}

.link-category__name {
  margin-top: 0.5rem;
  display: inline-block;
  font-weight: bold;
}
