/* 
*	THIS IS WHERE YOUR CUSTOM CSS FOR EACH PROJECT WILL BE WRITTEN.
*	THE CONTENTS OF THIS FILE WILL BE MERGED WITH MAIN.CSS & MINIMIZED DURING PUBLICATION
*	
*	REMEMBER Styles should be scoped by assigning an ID to the article. e.g.:
*	#my-article-id .some-class {
*   	...
*	}
*
*/

#map-wrapper{
	margin: 0 auto;
	max-width: 600px;
	height: 500px;
}

.ap-interactive .standalone h1{
	float: left;
	line-height: 1rem; 
	margin-right: 25px;
	margin-top: 25px;
	}
	
	.ap-interactive .standalone h6{
	float: left;
	}
	
	.ap-interactive .apnews h1{
	float: left;
	line-height: 1rem; 
	margin-right: 25px;
	margin-top: 25px;
	}
	
	.ap-interactive .apnews h6{
	float: left;
	}

.ap-interactive footer {
   display: none;
    	}