#events {
  position: absolute;
  left: 0px;
  bottom: 10px;
  color: #333;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
}

#events a {
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

#events a:hover {
  color:#00538A;
  text-decoration: underline;
}


#events ul {
  margin: 0;
  padding: 10px 0 10px 0;
}

#events ul li {
  list-style: none;
  margin-left: 0;
  padding-right: 10px;
  padding-left: 17px;
  font-size: 0.8em;
  line-height: 120%;
  color: #333;
}

li span.when {
  color: #333;
}
