/* tab-ize the location bar */

		.location-bar .app-bar {
			float: left;
			font-size: 13px;
			margin-right: 5px;
		}
		
		.location-bar .app-bar {
			
			border-bottom: none;			
		}
	
	
		
		.app-bar.current {
			margin-top: 0px;
			/*border-top: 5px solid #444;*/
			border-bottom: 2px solid #ccc;
		}
		
		.location-bar .app-bar p {
			font-size: 13px;
		}
	
		.info-bar {
			clear: both;
		}
		
		.header-group + .primary-content {
			clear: both;
		}
		
		.primary-content {
			clear: both;
		}
		
		.header-group {
			margin-bottom: 20px;
			width: 100%;
			float: left;
		}
		
		body.untab-locations .location-bar .app-bar {
			float: none;
			margin-right: 0;
		}
		
		body.untab-locations .app-bar.current p {
			font-size: 24px;
		}
		
		/* --- */