
.tabularDataTableExt {
	width: 100%;
}

.tabularHeader, .tabularData, .tabularTitle, .tabularFooter {	
	width: 98%;
	padding: 6px 0px 6px 2%;
}

.category, .selfBuild, .mortgage, .buyingFromBuider {
	position: relative;
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px 0 0;
	word-wrap: break-word;
}

.tabularHeader .selfBuild {
	padding-left: 16%
}

.category {
	width: 14%;
	font-weight: bold;
	padding-right: 12px;
}

.selfBuild {
	width: 25%;
}

.mortgage {
	width: 25%;
}

.buyingFromBuider {
	width: 27%;
}