.agenda_list {
  display: block;
  margin: 5px 0;
  padding: 0px;
  height: 100px;
  color: black;
  background: #EEEEEE;
  font-size: 0.9em;
}

.agenda_list:hover { background: #C9DAE2; }

.agenda_list_title {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 3px;
}

.agenda_list_subtitle {
  font-size: 0.9em;
  font-style: italic;
}

.crop {
  width: 100px;
  height: 100px;
  margin: -3px 0 0 -7px;
  overflow: hidden;
}

.agenda_summary {
  font-size: 0.9em;
  margin: 5px 0 0 0;
  text-align: justify;
}

.agenda_round_date {
  display: block;
  position: absolute;
  margin: 0px 0px 0 80px;
  font-family: Montserrat;
  background: Brown;
  color: #eee;
  border-radius: 50%;
  width: 50px;
  height: 30px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.25em;
  line-height: 0.9em;
  z-index: 2;
}

.agenda_round_date span{ font-size: 0.7em; }

.agenda_view {
  display: block;
  margin: 5px 0;
  padding: 0px;
  height: 100px;
  color: black;
  background: #EEEEEE;
  font-size: 1em;
}

.agenda_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.agenda_subtitle {
  font-size: 1em;
  font-style: italic;
  margin-bottom: 5px;
}

.subscription {
  display: block;
  width: 730px;
  padding: 10px;
  margin: 15px 0;
  background: #EEEEEE;
  border: 1px solid #BBB;
  text-align: center;
}