@charset "utf-8";
/* CSS Document */

.event
{
	display:block;
	clear:both;
	padding-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

.event:last-child
{
	border-bottom:none;
	margin-bottom:20px;
}