﻿table {
	width: 100%;
	background: white;
	margin-bottom: 10px;
}
table thead, table tfoot {
	background: whitesmoke;
}
table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
	padding: 10px;
	text-align: left;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
table tr th, table tr td {
	padding: 10px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
    
table thead tr th, 
table tfoot tr th, 
table tbody tr td, 
table tr td, 
table tfoot tr td {
	display: table-cell;
	line-height: 1.62em;
	text-transform: capitalize;
}
.table-green th {
	background: #59ba47;
	color: #fff;
}
.table-blue th {
	background: #3498db;
	color: #fff;
}
.table-yellow th {
	background: #f1c40f;
	color: #fff;
}
.table-red th {
	background: #e74c3c;
	color: #fff;
}
.table-grey th {
	background: #95a5a6;
	color: #fff;
}
