h1#heading {
    color: #000;
}

table.table-outer {
    Width: 625px;
	
}

table.table-inner {
    Width: 100%;
	
}

table.table-inner-nested {
    Width: 100%;
	
}


/*Responsive for multiple devices*/




@media only screen and (max-width: 600px) {
	table.table-outer {
		Width: 350px;
	}

	table.table-inner {
		Width: 100%;	
	}
	
	
	table.table-inner-nested {
    Width: 100%;
	
	}

	p.top-header-blueprint img{
		
		width: 80%;
		
	}	
	
	
	p.top-header img{
		
		width: 100%;
		
	}
  
  center.fixandflip img {
    width: 80%;
    height: auto;
	}
  
  center.docs img {
    width: 80%;
    height: auto;
	}
  
} 


@media only screen and (max-width: 349px) {
	table.table-outer {
		Width: 315px;
	}

	table.table-inner {
		Width: 100%;	
	}
	
	table.table-inner-nested {
		Width: 100%;
	
	}
	
	p.top-header-blueprint img{
		
		width: 80%;
		
	}	

	p.top-header img{
	
	width: 80%;
	
	}

	center.fixandflip img {
    width: 70%;
    height: auto;
	}

	
	center.docs img {
    width: 70%;
    height: auto;
	}
	
	
  
} 