#module-calendar #calendar-header {
	text-align:center;
}

#module-calendar #calendar-header a {
	text-decoration:none;
}

#module-calendar #calendar-content table {
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	border:none;
	table-layout:fixed;
}

#module-calendar #calendar-content th, #module-calendar #calendar-content td {
	padding:0;
}

#module-calendar #calendar-content th .calendar-header-mid {
	display:none;
}

#module-calendar #calendar-content td {
	height:auto;
}

#module-calendar div.calendar-label-date {
	margin:0;
	padding:0.3em;
	text-align:right;
}

#module-calendar #calendar-content div.calendar-day {
	height:10em;
	position:relative;
	overflow:auto;
}

#module-calendar #calendar-content div.calendar-colour-current-day div.calendar-label-date {
	font-weight:bold;
}

#module-calendar #calendar-content div.calendar-event {
	padding:0.1em;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	cursor:pointer;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	margin-top:2px;
}

#module-calendar #calendar-content div.calendar-event-start {
	border-left-width:1px;
	border-left-style:solid;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	 border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#module-calendar #calendar-content div.calendar-event-end {
	border-right-width:1px;
	border-right-style:solid;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#module-calendar #calendar-event-details {
	min-width:300px;
	background:#FFFFFF;
	padding:20px;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

@media screen and (max-width: 600px) {
	
	#module-calendar #calendar-content thead, #module-calendar #calendar-content div.calendar-colour-previous-month, #module-calendar #calendar-content div.calendar-colour-next-month {
		display:none;
	}
	
	#module-calendar #calendar-content td {
		display:block;
	}
	
	#module-calendar #calendar-content tr td:nth-of-type(1) div.calendar-label-date:before {
		content:"Mon ";
	}
	
	#module-calendar #calendar-content tr td:nth-of-type(2) div.calendar-label-date:before {
		content:"Tue ";
	}
	
	#module-calendar #calendar-content tr td:nth-of-type(3) div.calendar-label-date:before {
		content:"Wed ";
	}
	
	#module-calendar #calendar-content tr td:nth-of-type(4) div.calendar-label-date:before {
		content:"Thu ";
	}
	
	#module-calendar #calendar-content tr td:nth-of-type(5) div.calendar-label-date:before {
		content:"Fri ";
	}
	
	#module-calendar #calendar-content tr td:nth-of-type(6) div.calendar-label-date:before {
		content:"Sat ";
	}
	
	#module-calendar #calendar-content tr td:nth-of-type(7) div.calendar-label-date:before {
		content:"Sun ";
	}
	
}
