.one_half,.one_third,.two_thirds,.three_quarters,.one_quarter,.yoga_two_fifths,.yoga_three_fifths {
	float:left;padding:5px 10px
}

.one_half,.one_third,.two_thirds,.three_quarters,.one_quarter,.yoga_two_fifths,.yoga_three_fifths {
    width:100%;
}

.yoga_three_fifths{
	font-size:0.9em;
}

.yoga_two_fifths{
	margin-bottom:30px; border-bottom:1px solid #DDDDDD;
	}





@media only screen and (min-width: 790px), only screen and (-webkit-min-device-pixel-ratio: 2)  and (min-width: 700px) {
	.clear {
		height:0;clear:both
	}

	.one_half {
		width:50%
	}

	.one_third {
		width:33.3333%
	}

	.two_thirds {
		width:66.6666%
	}

	.three_quarters {
		width:75%
	}

	.one_quarter {
		width:25%
	}
	
	.yoga_two_fifths{
		width:40%;
		border:none;
	}

	.yoga_three_fifths{
		width:55%; margin-left:5%;
	}

}

