
.table {
  border-bottom: .08rem solid #dee2e6 ;
}
.table-wide {
  max-width:100%;
}

.boardlist a {
  color: var(--text-linked);
  text-decoration: none;
}
.boardlist a:hover {
  color: var(--text-hover);
  text-decoration: underline;
}
.boardlist a:active {
  color: var(--text-active);
  text-decoration: underline;
}
.boardlist a:visited {
  color: var(--text-visited);
}

.bdContent {
  padding: 1rem 2rem;
}