/*
_______________________________
Desktop version layout - place your custom code here */

body {

}

	.col_6 {
		margin: 0;
	}
.col_6.clearleft {
	text-align: right;
	position: right;
	margin: 0;
}
.col_6.clearleft img {
	text-align: right;
	border-right: 2px solid #000;
	margin: 0;
}



.col_6.omega {
	text-align: left;
	
}
.col_6.clearleft img {
	text-align: right;
	border-right: 2px solid #000;
	margin: 0;
}

.col_12 {
	margin: 20px 0 0 -25px;
	text-align: center;
	background: #fff;
}


/*
_______________________________
Mobile version - single break point */

@media handheld, only screen and (max-width: 767px) {

	.examplecontainer {}

	body {
		

		
	}
	
	.col_6.clearleft {
		text-align: left;
		
	}
	
		.col_6.clearleft img {
			
			border: 2px solid #000;
			margin: 0;
		}	
		.col_6.omega img {
			
			border: 2px solid #000;
			margin: 0;
		}
		.col_12 {
			margin: 25px 0 -30px -20px;
			text-align: center;

		}

	
}


/*
_______________________________
Provide higher res assets for higher resolution mobile screens */

@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;
	}
	*/

}