/* Content */

div.content_body {
	background-color: #AAD8FF;
	padding-bottom: 88px;
	color: #0060af;
}

table caption {
	padding-top: 33px;
	padding-left: 22px;
	text-align: left;
}

table caption h1 {
	font-size: 44px;
    font-weight: lighter;
}

table {
	text-align: left;
}

table tr {
	vertical-align: text-top;
}

table tr td {
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 8px;
}

div.container a {
	font-weight: bold;
	color: #0060af;
}

@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
	
	table caption h1 {
		font-size: 6em;
	}
	
	table tr td {
		font-size: 3em;
	}
	
}

