/*

Section specific colours for the Hostels section

*/

/* modules (aka. "insert") */
.insertTable {
	margin: 10px 0px;
	background: #EBDCD1;
	border-top: 1px solid #706053;
	border-right: 1px solid #706053;
}

.insertTable th, .insertTable td {
	padding: 5px;
	vertical-align:top;
}
.insertTable th {
	background: #B2A297;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 12px;
	border: 0;
	border-left: 1px solid #706053;
	border-bottom: 1px solid #706053;	
}

.insertTable td {
	border-left: 1px solid #706053;
	border-bottom: 1px solid #706053;
}



