.event_table{
font-size:small;
margin-left:15px;
	width: 580px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-collapse:collapse;
}
.event_table th{
	padding: 10px;
	background-color: #f4f4f4;
	font-weight: bold;
	width:150px;
	text-align:left;
}
.event_table th,td{
font-weight: normal;
	line-height: 1.4;
	border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}
.event_table td{
padding:15px;
}

