/* 
	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
*/

/* general styles */

table, td{
	font-family: "Open Sans", sans-serif; 
	color: #333333;
}
table{
	width:98%;
	border-collapse:collapse;
	margin:1em 1em;
	}
th, td{
	text-align:left;
	padding:.5em;
	border:1px solid #e9e9e9;
	border-radius: .25em;
  text-align: justify
	  }
th{
	background: rgba(0, 0, 0, 0.5);
	color:#fff;
	
	}
td{
	background:#e9e9e9;
	}

/* tablecloth styles */

tr.even td{background:#ffffff;}
tr.odd td{background:#f9f9f9;}
