/*
.page{
  max-width: 82%; //based on content padding of 8%
  margin: 0 auto;
}
*/





  /*
  
  TABLE 2  ####################################################################################################
  
  */



table.RWtable2.layout{
  border-collapse: collapse;
  margin-top:20px;
  display:table;
  padding-right:10px;
   padding-left:10px;
}


table.RWtable2 th,
table.RWtable2 td{
  text-align: left;
}

table.RWtable2.display th,
table.RWtable2.display td {
  border: 1px solid #B3BFAA;
  padding: 1.5em 1.5em;
  font-family:'Lato', Calibri, Arial, sans-serif;
  font-size:0.9em;

}

table.RWtable2.display th{ 
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.15, #F7F7F2),
	color-stop(1, #F2F1ED)
	);
	
	background-image: -o-linear-gradient(bottom, #F7F7F2 15%, #F2F1ED 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F2 15%, #F2F1ED 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F2 15%, #F2F1ED 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F2 15%, #F2F1ED 100%);
	background-image: linear-gradient(to bottom, #F7F7F2 15%, #F2F1ED 100%);  
	
	height:40px;	
	text-align:center;
 }
table.RWtable2.display tr{ background: #fff;	text-align:center;
}
table.RWtable2.display td{ color:#888C87; 	text-align:center;
}


  /*


  /*  
  
  ALL TABLES  ####################################################################################################
  
  */
  

  

  
table.responsive-table{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  color:#888C87;
}

table .cellHd { /* MAKE CELL INVISIBLE SINCE COVERED BY ROWSPAN */
	display:none;
}

.rowHighlight tr:hover {
	background:#FF0;
}
/* FOR HIGHLIGHTS
table.table3.display tbody{ background:  #fff; }
AND tr no none*/

 table.responsive-table tr, table.responsive-table th, table.responsive-table td {
	height:40px;
  }



/*
	##############################################################################################################
	RESONSIVE ####################################################################################################
	##############################################################################################################
*/