body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em !important;
}
p {font-size: 2em !important;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	margin-bottom: 8px;
}

table {position: absolute !important; width: 100% !important;background-color: white !important;}
body > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > img {width: 100% !important;height: auto;}
body > table > tbody > tr > td > table > tbody > tr:nth-child(4) > td > a > img {width: 50% !important; margin: 0 auto;}

/*! 
 * Flow - A Fully Fluid Responsive Grid System
 * Created by Isaac Gray
 *
 * Generate a grid at http://flow.gs
 */
 
.section {
	clear: both;
	padding: 0;
	margin: 0;
	margin-left: -2.75em;
}

.col {
	display: block;
	float:left;
	width: 100%;
	box-sizing: border-box; /* Supported by IE 8+. If IE 7 and below support is required see http://html5please.com/#box-sizing */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-clip: padding-box; /* This allows column elements to have background colour without it bleeding into the gutter. Supported by IE 9+. If support for IE 8 and below is required, a content div with background colour should be placed inside the column */
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	margin: 0 0 2.75em 0;
	border-left: 2.75em solid transparent;
	padding: 0.35em;
}

.group:before,
.group:after {
	content:"";
	display:table;
}

.group:after {
	clear:both;
}

@media only screen and (min-width:480px) {

	.col {
		width: auto;
	}

	.s1{ width: 33.33%; }

	.s2{ width: 66.66%; }

	.s3{ width: 100%; }
}


@media only screen and (max-width: 768px) {
   body > table {width: 100% !important;}
}
