@media screen and (min-width: 35em) {

	/* tools  */
	footer .tools {	
		display: block;	
		position: absolute;
		width: calc(100% - 88px);
		right: 0;
		top: 0;
		bottom: auto;
	}

}