/*IE*/
	.ie .navdrawer-bg, .gecko .navdrawer-bg{
		display: none !important;
	}

	.ie .app-bar, .gecko .app-bar{
		position: static !important;
		display: block !important;
	}
/**/

/*FF*/
	@media (max-width: 900px){
		.ff3 .app-bar {
		    margin-top: -65px;
		}
	}
	
	.ff3 .app-bar button, .ff3 .bottom-bar button {
		float: left;
	}
	
	.ff3 .header{
		float: left;
	}

/**/