/*  
Theme Name: ISPr3
Description: Internet Service Provider Review UK Stylesheet
Version: 3.0
Author: Mark Jackson
Author URL: http://www.ispreview.co.uk
*/

/* Layout Stylesheet */ 

/*#outerbg{min-width:950px;max-width:1004px;margin:auto;box-shadow: 0 0px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(84, 84, 84, 0.8), -12px 0 15px -4px rgba(84, 84, 84, 0.8);}*/
#outerbg{min-width:950px;max-width:1104px;margin:auto;box-shadow: 0 0px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(84, 84, 84, 0.8), -12px 0 15px -4px rgba(84, 84, 84, 0.8);}
#outer{width:100%;background:#fff;margin:auto;}
/* Media Queries - Content with a resolution of 668px width or less will use this code - put desktop code here */
@media only screen and (max-width: 600px) {
	#outerbg{background-image: none;min-width:initial;max-width:initial;}
	#outer{width:100%;}
}