.agenda-event-title a:hover{
color:black;

}
.agenda-event-title a{
  text-decoration:none;
  font-family: "texgyreherosbold";
}

.event-agenda{
  z-index:15;
}
.today{
  background-color: black;
  color:white;
}

.table{

}
.behind{
  background-color: #ededed;
}

.day{
  min-height:200px;
}
.number{
  font-size: 0.8rem;
  background-color:#ffa500;
  color:black;
  padding:0.5rem;
}
.weekday{
  font-size: 1.4rem;
}
.event{
  font-size:0.8rem;
  border: 1px solid black;
  color:black;
  text-decoration: none;
}
.line{

}

.agenda-title{
  font-size: 2.5rem;
}
.previous-next a{
  font-family: "lemonmilkregular";
  font-size: 1.5rem;
}
