/* TODO Unificare (v. authors.css) */
.cathegory {
  padding: 0;

  .cathegory_name {
    float: left;
    width: 80%;
  }

  .admin_links {
    float: right;
    width: 20%;
  }
}

/* TODO Unificare (v. books.css) */
.publication_type {
  color: var(--color-text-light);
  font-size: 85%;
  font-weight: normal;
}
