.ac-container>h1 {
  margin-top: 40px;
}

.ac-header {
  font-weight: var(--font-weight-bold);
  margin-top: 40px;
  margin-bottom: 40px;
}

.ac-listitem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ac-listitem:nth-child(n+2) {
  border-top: 1px solid #00000020;
}

.ac-listitem-title-light {
  font-weight: 300;
}

.ac-listitem-date {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 17px;
  text-align: right;
}

.ac-listitem-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: var(--font-weight-bold);
  font-size: 17px;
}

.ac-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

#ac-select-box {
  margin-top: 15px;
  font-size: 17px;
  font-weight: var(--font-weight-medium);;
  padding: 8px 5px 8px 5px;
  width: 150px;
}

@media (min-width: 768px) {
  #ac-select-box {
    width: 300px;
  }
}