div.column.cleft {
    float: left;
    width: 40%;
    background-color: #f4f4f4;
    padding:20px;
    margin-top: 10px;  
}

div.column.cright {
    width: 60%;
}

/* Clear floats after the columns */
.rijtje:after {
    content: "";
    display: table;
    clear: both;
}


h2.events-title {
  border-bottom: 1px dashed #333;
  padding-bottom: 10px;
  font-size: 24px;
  margin-bottom: 20px;
}

ul.list-events li h3{
background-color: #78a837;
padding:10px;
color:white;
font-size: 20px;
}

.cleft p {
  color:#78a837;
}

.cleft p:last-child {
  margin:0;
}

.cleft p b {
  text-transform: uppercase;
  font-size:14px;
  color: black;

}
ul.list-events li .agenda  {
  margin: 10px 0;
}
ul.list-events li .agenda h4 {
  padding-bottom: 10px;
  color:#78a837;
  text-shadow: 2px 2px 2px #d7d7d7;
  text-transform: uppercase;
  font-size: 19px;
}
ul.list-events li .agenda p {
  padding:5px;
  font-weight: bold;
  margin:0;
}
ul.list-events li .agenda p:hover {
  background-color: #d7d7d7;
}
