/* 	Used in sub-pages 'Academic Staff', 'Associate and Visiting Fellows', 'Administration and Support', 'Postgraduate Students'
	to ensure layout renders in both ID6 and ID7 */

table.philosophy-people img {
	margin: 0 0 0 20px !important;
	max-width: 200px;
	max-height: 200px;
}
table.philosophy-people td {
	background: #eee;
	border-top: 1px solid #fff !important;
	border-right: 20px solid #fff;
	border-bottom: 20px solid #fff;
	padding: 20px !important;
}
table.philosophy-people td img {
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	table.philosophy-people td {
		/* border-top: 1px solid #fff !important; */
		border-right: 0;
		/* border-bottom: 20px solid #fff; */
		padding: 20px 20px !important;
	}
	table.philosophy-people h2, table.philosophy-people h3, table.philosophy-people p {
		margin-left: 15px;
	}
	table.philosophy-people img {
		max-width: 30% !important;
		max-height: 160px;
		margin: 0px 20px !important;
	}

}
@media (min-width: 768px) and (max-width: 992px) {
	table.philosophy-people img {
		max-width: 40% !important;
	}
}