.screen { display: none !important; }

body header #primary-nav { display: none; }
body header .fi-login { display: none; }
body header .join-us { display: none; }
body .wrapper {
	min-width: 0pt;
}
body .pagination {
	display: none;
}

html {
	height:100%;
  	width: 100%;
}
/* Hide the search bar and tweak some elements on find-atms page */
body #find-search { display: none; }
body #find-map {
	float: none;
	width: 100%;
  	height: 100%;
	margin-right: 0px;
	page-break-after: always;
}
body #map_canvas {
	margin: 0pt auto;
}
body #find-results {
	float: none;
	width: 100%;
  	height: 100%;
	margin-right: 0pt;
}
body #find-legend {
	float: none;
}
body #find-legend .legend-title {
	display: inline-block;
	margin-right: 5em;
	margin-top: 1em;
}

/* Tweak some elements on the coveragemap page */
body.page-a1atm-coveragemap #coverage-left {
	float: none;
	margin-right: 0;
}
body.page-a1atm-coveragemap #coverage-map {
	margin: 0pt auto;
}
body.page-a1atm-coveragemap #state-divider {
	display: none;
}
body.page-a1atm-coveragemap #state-list {
	display: none;
}
body.page-a1atm-coveragemap #coverage-results {
	float: none;
	margin: 0pt auto;
	width: 6in;
}
