table {border-collapse:collapse; width:100%;}
table th, table td {font-size:13px; line-height:18px; padding:10px 10px 9px; text-align:left;}
table td {border-top:solid 1px #ddd; vertical-align:top;}
table th {font-weight:bold; padding-top:9px; vertical-align:middle;}
table.condensed th {padding:5px 5px 4px;}
table.condensed td {padding:1px 4px;}
table.bordered {
	border:solid 1px #ddd;
	border-collapse:separate;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

table.bordered th + th,
table.bordered th + td,
table.bordered td + td {border-left:solid 1px #ddd;}

.zebra-striped tbody tr:nth-child(odd) td,
.zebra-striped tbody tr:nth-child(odd) th {background:#f5f5f5;}
