table.table	{
	border: 1px solid #d26e25;
	background: #fff;
	color: #2b2b2b;
	font-size: 90%;
}

table.table a	{
	color: #231f20;
}

table.table thead th,
table.table tbody td,
table.table tfoot td	{
	border: 1px solid #2b2b2b;
	padding: 6px 12px;
	background: #fff;
}

table.table th,
table.table thead th	{
	border: 1px solid #2b2b2b;
	padding: 6px 12px;
	background: #eee;
}

table.table tfoot td	{
	padding: 6px 12px;
	background: #e9e9e9;
	text-align: center;
	font-size: 80%;
}

/* changed from "table.table a.btn" to avoid clash with bootstrap and tables that need a full sized btn */
table.table a.btn-sm	{
	padding: 2px;
	font-size: 90%;
	font-weight: bold;
}

footer table.table th,
footer table.table td	{
	padding: 4px 10px;
}
