/**********************************
	Inspection Table on single brochure
**********************************/
.epl-brochure-content table {

}
.epl-brochure-content tr {

}
.epl-brochure-content td {

}
/**********************************
	Open Homes Calendar
**********************************/
.epl-home-open-section .epl-home-open-date {
	background: #3f3f3f none repeat scroll 0 0;
	color: #ffffff;
	text-align: center;
}
.epl-home-open-section .epl-home-open-hidden-heading {
	display: none;
}
.epl-home-open-section .epl-home-open-list {
	background: #f4f4f4 none repeat scroll 0 0;
}
.epl-home-open-section .epl-home-open-list:nth-child(2n+1) {
	background: #f9f9f9 none repeat scroll 0 0;
}
.epl-home-open-section ul {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
.epl-home-open-section ul li {
	margin: 0;
}
.epl-home-open-section li.epl-home-open-date {
	padding: 0.3%;
}
.epl-home-open-section li {
	box-sizing: border-box;
	display: table-cell;
	list-style: outside none none;
	padding: 0.7%;
	text-align: left;
	vertical-align: middle;
}
ul.epl-home-open-heading {
	margin-top: 40px;
}
.epl-home-open-item a,
.epl-home-open-item a:hover {
	text-decoration: none;
	color: inherit;
}
.epl-home-open-time {
	width: 24%;
}
.epl-home-open-suburb {
	width: 18%;
}
.epl-home-open-address {
	width: 22%;
}
.epl-home-open-category {
	width: 12%;
}
.epl-home-open-bedrooms {
	width: 8%;
}
.epl-home-open-price {
	width: 16%;
}

/*for printing*/
.epl-open-homes-content {
	margin: 0 auto;
	width: 1000px;
}
.epl-open-homes-banner h2 {
	text-align: center;
}
.epl-home-open-left {
	text-align: left;
}
.epl-home-open-right {
	text-align: center;
}
.epl-home-open-left, th.epl-home-open-left, th.epl-home-open-right, th.epl-home-open-row, .epl-home-open-right, .epl-home-open-row {
	padding: 0.3em;
}
th.epl-home-open-left, th.epl-home-open-right, th.epl-home-open-row {
	background: #f2f3f7;
}

/********************************
            REPONSIVE
********************************/
@media only screen and (max-width: 512px) {
	.epl-home-open-section li {
		display: block;
		width: 100% !important;
	}
	.epl-home-open-price {
		padding-bottom: 0.5em!important;
	}
	.epl-home-open-time {
		padding-top: 0.5em !important;
	}

}

@media only screen and (max-width: 850px) {
	.epl-home-open-item {
		display: inline-block;
		text-align: center!important;
		width: 34%;
		float: left;
	}
	.epl-home-open-item:nth-child(3n+1) {
		width: 37%;
	}
	.epl-home-open-item:nth-child(3n+2) {
		width: 29%;
	}
	.epl-home-open-left, th.epl-home-open-left, th.epl-home-open-right, th.epl-home-open-row, .epl-home-open-right, .epl-home-open-row {
		padding: 0.5em;
	}
}