/***
 *    ______                          _   
 *    | ___ \                        | |  
 *    | |_/ / __ ___  _ __ ___  _ __ | |_ 
 *    |  __/ '__/ _ \| '_ ` _ \| '_ \| __|
 *    | |  | | | (_) | | | | | | |_) | |_ 
 *    \_|  |_|  \___/|_| |_| |_| .__/ \__|
 *                             | |        
 *                             |_|        
 *     _____     _     _                  
 *    |_   _|   | |   | |                 
 *      | | __ _| |__ | | ___  ___        
 *      | |/ _` | '_ \| |/ _ \/ __|       
 *      | | (_| | |_) | |  __/\__ \       
 *      \_/\__,_|_.__/|_|\___||___/       
 *                                        
 *                                        
 */
 
/* TABLES */
  /* You have to set the cellspacing to 0px on every table in html, you can't do it with CSS. */

table {
  width: 100%;
  color: ;
  background-color:black;
  font-size: 150%;
  font-family: 'Kristen ITC', sans-serif;
  text-align:center;
  border-collapse:collapse;
  table-layout: fixed;

}

table th {
	background-color: black!important;
	font-weight: bold;
	font-family: 'Verdana', sans-serif;
	font-variant: small-caps;
}

table td {
	padding: 3px 0px 3px 0px;
    }

tr:nth-child(even) td:nth-child(odd) {
  background-color: white;
  border:4px #80D3F0 solid;
  color: #096998;

  }

tr:nth-child(odd) td:nth-child(even)  {
  background-color: white;
  border:4px #80D3F0 solid;
  color: #096998;
  }
  
tr:nth-child(even) td:nth-child(even) {
  Background-color: #00A7E1;
  border: 4px #80D3F0 solid;
  color: white;
  }
  
  /*This one is also the header*/
tr:nth-child(odd) td:nth-child(odd) {
  background-color: #00A7E1;
  border: 4px #80D3F0 solid;
  color:white;
  }

/*<div class="sig"> </div>*/
.sig {
	  opacity: 0.3;
	  padding:10px;
  }