/* Enter Your Custom CSS Here */

.events-table {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
}
.events-table th {
	background:#2980b9;
  	padding:7px;
  	color:white;
}
.events-table td {
	background:#f6f6f6;
  	padding:7px;
}
.events-table th.event-time{ width:250px; }