html{scroll-behavior: smooth;}

.list-group-item-background{
  background: #f5fbef;
  padding: 1px 2px;
}

article{
  background-color: #ebf1e5;
  border: 1px solid #d6e4c8;
}

.calendar table{
  background: #a9d18e;
  border-collapse: collapse;
  border: 5px solid #008000;
  color: #000000;
  width: 100%;
}

.calendar table tr{
  border-bottom: 1px solid #008000;
}

.calendar table tr:last-child{border: none;}

.calendar table tr td,
.calendar table tr th{
  padding: 3px 5px 3px 5px;
  vertical-align: top;
}

.table-newsletter th, .table-newsletter td{
  font-size: 0.9em;
  padding: 2px;
}

.table-link{
  color: #000000;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.table-link::after{
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #008000;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: width 0.1s ease-in-out;
}

.table-link:hover::after {
  width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  html{
    scroll-behavior: smooth;
  }
}
