.fake-row {
	border-top: 1px solid #ddd;
	position: relative;
}
.fake-row .static-left {
	position: absolute;
	width: 60px;
}
.fake-row .static-right {
	display: block;
	margin-left: 60px;
}
.fake-row .day, .fake-row .title , .fake-row .time , .fake-row .venue  {
	float: left;
}

.fake-row .column {
	margin-left: 20px;
}

.fake-row .day {
	width: 100%;
}
.fake-row .title {
	width: 40%;
}
.fake-row .time {
	width: 30%;
	text-align: right;
}
.fake-row .venue {
	width: 30%;
}

@media only screen and (max-width: 540px) {
	table.fc-header td.fc-header-left {
		top: 0 !important;
		margin: 10px auto 0 1% !important;
	}
	
	table.fc-header td.fc-header-center { 
		top: -45px !important;
	}
	
	

}

@media only screen and (max-width: 680px) {
	.fake-row .title {
		width: 55%;
	}
	.fake-row .time {
		width: 45%;
		text-align: right;
	}
	.fake-row .venue {
		display: none;
		width: 0%;
	}
}

.fc-event-list-holder .fc-event-list-date {
	margin-bottom: 0 !important;
}
.fc-events-holder .fc-event-list-holder .fc-event-list-item { 	
	padding: 10px 10px !important;
	margin-bottom: 0 !important;
}