
/* Tables */
table {
	background:none repeat scroll 0 0 #FAFAF5;
	border:0;
	font-size: 0.85rem;
  line-height: 1.6rem;
	}
table tr td, table tr th {padding:10px;}

table tfoot, table thead {
  background:none repeat scroll 0 0 #FAFAF5;
  border-top:1px solid #f0f0f0;
  border-bottom:1px solid #f0f0f0;
}

table tr:nth-of-type(2n) {
  background:none repeat scroll 0 0#FAFAF5;
  border-top:1px solid #f0f0f0;
  border-bottom:1px solid #f0f0f0;
}