@import url("global.css");
@media all {

	table { margin: 0 0 1.5em 0; }
	table td,
	table th { font-size: 12px; background: #ddeffe; border-right: 1px solid #c3d3ed; border-bottom: 1px solid #c3d3ed; padding: 5px 10px; }
	tr.stripe td,
	tr.stripe th { background: #eaf5ff; }
	
}


