.align-baseline {
  display: flex;
  align-items: baseline;
  vertical-align: baseline;
}

.add-align-right {
  justify-content: flex-end;
}

.add-nowrap {
  white-space: nowrap;
}

#header h1 .site-logo {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0.5rem;
  white-space: nowrap;
  line-height: 1;
}

#header h1 .site-logo img {
  height: 40px;
  width: auto;
  display: block;
}

#header h1 .site-logo span {
  display: block;
  line-height: 1;
}

.article-table tbody td a {
  text-decoration: none;
  border-bottom: none;
  color: inherit;
}

.article-row:hover td {
  text-decoration: underline;
}

.article-row {
  cursor: pointer;
}

.article-row:hover {
  background: rgba(144, 144, 144, 0.04);
}

/*# sourceMappingURL=custom.css.map */
