﻿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: 'Ek Mukta', arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #000000;
}
table tr th, table tr td {
	padding: 10px;
	font-family: 'Ek Mukta', arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	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.1em;
	border-bottom: solid 1px #f0f0f0;
}
.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;
}
