#home nav section[data-role*="personalised"],
#home nav section[data-role*="categorised"]
{
	overflow: hidden;
}



/* Portrait */

@media screen and (max-width: 480px){
	
	#home nav section[data-role*="personalised"] a:nth-child(2n),
	#home nav section[data-role*="categorised"] a:nth-child(2n)
	{
		float: right;
		width: 49%;
		margin-left: 1%;
	}
	
	#home nav section[data-role*="personalised"] a:nth-child(2n+1),
	#home nav section[data-role*="categorised"] a:nth-child(2n+1)
	{
		float: left;
		width: 49%;
		margin-right: 1%;
	}
	
	#home nav section[data-role*="personalised"] a:nth-child(1),
	#home nav section[data-role*="categorised"] a:nth-child(1)
	{
		display: block;
		float: none;
		width: 100%;
	}
	
}


/* Landscape */

@media screen and (min-width: 481px) and (max-width: 800px){
	
	#home nav a {
		float: left;
		width:32%;
	}
	
	#home nav section[data-role*="personalised"] a:nth-child(3n+1),
	#home nav section[data-role*="categorised"] a:nth-child(3n+1)
	{
		margin-right: 1%;
	}

	#home nav section[data-role*="personalised"] a:nth-child(3n+2),
	#home nav section[data-role*="categorised"] a:nth-child(3n+2)
	{
		margin-left: 1%;
		margin-right: 1%;
	}
	
	#home nav section[data-role*="personalised"] a:nth-child(3n+3),
	#home nav section[data-role*="categorised"] a:nth-child(3n+3)
	{
		margin-left: 1%;
	}
	
}












