@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700');

body {
	font-family:Open Sans,sans-serif;
	background-color:#647087;
	color:#eee;
}

img {
	max-width:100%;
	height:auto;
}


h1, h2, h3 {
	font-weight:normal;
}

h3 {
	font-style:italic;
}

a:link, a:visited {
	color:#fff;
}








table {
	border-collapse:collapse;
	border: none;
}

table.table {
	clear:both;
	border-collapse:collapse;
	border: none;
	border-top: 1px solid #666;
	margin: 0px 0 5px 0;
	width:100%;
	font: 0.85em;
}

table.table caption {font-size:1.1em; text-align:left; }
table.table th {font-size:0.9em; padding: 4px; text-align:left; vertical-align: top; border: none; border-bottom: 1px solid #666;}
table.table tbody td {font-size:0.9em; padding: 4px; vertical-align: top; border: none; border-bottom: 1px solid #666;}
table.table tbody tr:hover td {background: rgba(200,200,200,0.1)}
table.table tbody td p, table.table tbody td h1, table.table tbody td h2, table.table tbody td h3, table.table tbody td h4 {margin: 0; line-height:110%;}

img.picfull {width:100%; height:auto;}
img.pic2left {float:left; width:49%; margin: 3px 1% 2px 0; height:auto;}
img.pic2right {float:right; width:49%; margin: 3px 0 2px 0.5%; height:auto;}

img.pic3left {float:left; width:32%; margin: 3px 1.5% 2px 0; height:auto;}
img.pic3right {float:right; width:32%; margin: 3px 0 2px 0.3%; height:auto;}

img.pic4left {float:left; width:24%; margin: 3px 1% 2px 0; height:auto;}
img.pic4right {float:right; width:24%; margin: 3px 0 2px 0.5%; height:auto;}


/*Show and Hide Responsive*/
.hideOnDesktops {display: none;}


.visibletest div {background-color:green; text-align:center;}


/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
	img.pic2left, img.pic2right {width: 100%;  margin: 3px 0 2px 0;}
	img.pic3left, img.pic3right, img.pic4left, img.pic4right  {width: 49%;}

	/*Show and Hide Responsive*/
	body .hideOnTablets {display: none;}
	.hideOnDesktops {display: block;}




}

/* Small devices (Smartphone, up to <480px) */
@media (max-width: 479px) {
	img.pic2left, img.pic2right {width: 100%;  margin: 3px 0 2px 0;}
	img.pic3left, img.pic3right, img.pic4left, img.pic4right  {width: 49%;}

	/*Show and Hide Responsive*/
	.hideOnMobiles {display: none ! important;}
	body .hideOnTablets {display: block;}
	body .hideOnDesktops {display: block;}



}