/* Layout for desktop version */

body 
{

	background-color:	#FFF;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			14px;
	color:				#000;
	
}

#image
{
	visibility:			hidden;	
}



.content
{
	padding-left: 		10px;
	padding-right: 		10px;	
	visibility: 		hidden; 
}

.header
{
	font-size: 			28px;
	font-weight:		bold;
	color:				#FFF;
	background-color:	#000;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;	
	
	margin-top:50px;
}

.leftcontent
{
	font-size: 			22px;
	font-weight:		800;
	color:				#000;
	
	padding-left: 		10px;
	padding-right: 		0px;	
	visibility: 		hidden; 
	
	
}

.content
{
	padding-bottom: 	30px;	
}

.footer
{
	padding-top:		5px;
	padding-bottom: 	5px;
	background-color: 	#C00;	
	visibility: 		hidden; 
	
}

.footerTxt
{
	padding-left:		40px;
	width:				100%;	
}



/* Layout for mobile version */

@media handheld, only screen and (max-width: 767px) {

.examplecontainer {

body {

}




/* Provide higher res assets for iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
.download {
background: url(../img/downarrow@2x.png) no-repeat;
background-size: 27px 28px;
}
*/

}