body {
	text-align:center;
}

#a1 {}

#b1, #b2, #b3, #b4, #b4a, #b4b, #b5, #b6 {}

#c1, #c2, #c3, #c4, #c4a, #c4b, #c5, #c6 {
	position:relative;
}

img.responsive {
	width:100%;
}

.no_mobile {
	display:none;
}

/* desktop styles */
@media(min-width: 1050px) {

	body {}

	#a1 {

	}

	#b1, #b2, #b3, #b4, #b4a, #b4b, #b5, #b6 {
		width:100%;
	}

	#c1, #c2, #c3, #c4, #c4a, #c4b, #c5, #c6 {
		width:1242px;
		margin:0 auto;
	}

	.fraction {
		box-sizing: border-box;
		float:left;
		text-align:left;
		vertical-align:top;
	}
	.fraction.floatright {
		float:right;
	}
	.fraction.tar {
		text-align:right;
	}
	.fraction.padded {
		padding-right:2%;
	}
	.fraction.padded:last-child {
		padding-right:0;
	}
	.one_half {width:50%}
	.one_third {width:33.33%}
	.two_thirds {width:66.66%}
	.one_quarter {width:25%}
	.three_quarters {width:75%}
	.one_fifth {width:20%;}
	.two_fifths {width:40%;}
	.three_fifths {width:60%;}
	.four_fifths {width:80%;}
	.one_sixth {width:16.67%}
	.one_seventh {width:14.28%}
	.one_eighth {width:12.5%}

	.no_mobile {
		display:block;
	}

	.no_clear {
		clear:none;
	}

}