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

/* *************************************************************** */
/* Table styles */
/* ,  table.general */
table.comparisonmatrix {
  border-collapse:collapse;  
  border: 2px solid #336699;
/*  border-bottom: 2px solid #a1c2e2;*/
  background-color: #F9F9F9;
/*  width: 80%;
  height: 80%;
 */
  text-align: center; 
}

/* , table.general th */
table.comparisonmatrix th {
  text-align: center;
  color: #ffffff;
/*  padding: 4px 12px;*/
  background-color: #336699;
  border-right: 1px solid #ffffff;
/*  border-bottom: 2px solid #a1c2e2;*/
}

table.comparisonmatrix tr{ 
  background-color: #f1f4f9;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
}

table.comparisonmatrix td{ 
  border-right:thin solid #a1c2e2; 
}

/* END Table styles */
/* *************************************************************** */

