.notes {
  background-color: rgba(0, 0, 0, 0.2);
}

.r-stack .fragment {
  margin: 0rem !important;
}

.event {
  display: flex;
  margin-bottom: 0.25rem;
}

.event_icon {
  width: 2em;
  float: left;
  text-align: center;
}

.event_title {
  width: 75%;
  float: right;
  margin-top: 1rem;
  margin-left: 2rem;
}

.event_month {
  padding: 0.1em;
  background: red;
  font-size: 0.75em;
  color: white;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
}

.event_day {
  border: 1px solid #999;
  background: white;
  color: black;
  font-size: 0.9em;
  font-weight: bold;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
}
