/*
_______________________________

Desktop version layout - place your custom code here */

/* Custom */

.terms{overflow:scroll; width:100%; background-color:#e5e5e5; border-radius:5px; -webkit-border-radius:5px; height:120px;margin-bottom:20px;padding:20px;}
.confirm p{float:left;font-weight:bold;font-size:14px;}
.confirm input{ float:left;margin-right:20px;margin-top:6px;}


/*
_______________________________

Mobile version - single break point */

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

	.examplecontainer {}

	body {}
	
}


/*
_______________________________

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

}

