.vevent {
border-bottom: solid 1px #000;
margin: 1em 0;
padding-bottom: 1em;
}
.vevent:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.vevent > p {
float: left;
width: 250px;
margin-right: 10px;
}
.vevent > *:first-child {
clear: left;
}
