@charset "utf-8";
/* CSS Document */

/*Fix the width of the body */
body{min-width: 960px;
margin: auto;
}
/*Wrapper*/
.row {
	width: 960px;
	margin:auto;
}
/*Column margins */
.col_12, /* full width */ 
.col_9, /* 3/4 width */ 
.col_8, /* 2/3 width */ 
.col_6, /* half width */ 
.col_4, /* 1/3 width */
.col_3, /* 1/4 width */ 
{
	margin-left: 10px;
	margin-right: 10px;
	display:inline;
	float;left;
}
/* First and Last */
.first {
	margin-left:0;
}
.last {
	margin-right:0;
}
/* Column widths taking into account the margins */ 
.col_12 {width:940px;}
.col_9 {width:620px;}
.col_8 {width:700px;}
.col_6 {width:460px;}
.col_4 {width:200px;}
.col_3 {width:300px;}

img {width:100%;}

/***************/
/* MEDIA QUIERIES */ 
/***************/ 

/* Tablet Screen Sizes */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* Resize the body */
	body {min-width:767px;}
	
	/* Resize the row */
	.row {width:767px;}
	
	/* Resize the Columns */
	.col_12 {width:300px;}
	.col_9 {width:300px;}
	.col_8 {width:300px;}
	.col_6 {width:300px;}
	.col_4 {width:300px; margin-left:0px;}
	.col {width:300px; margin-left:0px;}
	
	/* Fix the .last issue */
	.last {
		margin-left:0;
		margin-right:10px;
	}
}

	
/*
     FILE ARCHIVED ON 16:59:26 Aug 19, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:52:51 Dec 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2.696
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.052
  esindex: 0.01
  cdx.remote: 19.197
  LoadShardBlock: 91.402 (3)
  PetaboxLoader3.datanode: 121.517 (4)
  load_resource: 84.636
  PetaboxLoader3.resolve: 48.548
*/