@charset "utf-8";
/*
Template Name: Presentable
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Tables CSS
*/

table{
	border-collapse:collapse;
	table-layout:auto;
	alignment-adjust:central;
	vertical-align:top;
	margin-bottom:15px;
	border:0;
}
table thead th{
	color:#FFFFFF;
	background-color:#666666;
	border:0;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:top;
	alignment-adjust:central;
}
table tbody td{
	vertical-align:top;
	border-collapse:collapse;
	border-left:0;
	border-right:0;
}
table thead th, table tbody td{padding:5px; border-collapse:collapse;}
table tbody tr.light{color:#666666; background-color:#F7F7F7;}
table tbody tr.dark{color:#666666; background-color:#E8E8E8;}
