.calendar-attendance-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 7px 13px;
  color: #fff;
  background: #315d54;
  font-size: .76rem;
  font-weight: 700;
  text-decoration: none;
}

.calendar-event.has-attendance {
  box-shadow: inset -3px 0 0 #315d54;
  cursor: pointer;
}

.calendar-event-attendance {
  display: block;
  margin-top: 3px;
  color: #315d54;
  font-size: .62rem;
  font-weight: 700;
  line-height: 1.2;
}

.agenda-item.has-attendance {
  cursor: pointer;
}

.agenda-item em {
  display: inline-block;
  margin-top: 6px;
  color: #315d54;
  font-size: .68rem;
  font-style: normal;
  font-weight: 700;
}
