#blockActivities .item {
  clear: both;
  width: 100%;
  height: 40px;
  margin: 0 0 3px 0;
  background: url(../../../images/bg-agenda-date.jpg) no-repeat 0px 4px; 
/* background voor de date staat hier omdat de date ingekort moet worden (omdat er eigenlijk nog het jaar achterstaat, maar deze wordt afgekapt middels overflow hidden) */
}

#blockActivities span.date {
  text-align: center;
  font-size: 0.8em;
  line-height: 10px;
  float: left;
  color: #3c3092;
  width: 35px;
  height: 20px;
  margin: 10px 17px 0 0;
  white-space: wrap;
  overflow: hidden;
}

#blockActivities span.title {
  margin: 0;
  padding: 4px 0 0 0;
  float: left;
  width: 178px;
  height: 36px;
  white-space: wrap;
  line-height: 1.4em;
}

#blockActivities span.title a {
  text-decoration: none;
  color: #000000;
}

#blockActivities span.title a:hover {
  text-decoration: underline;
}
