/*
Template Name: Academic Education
File: Tables CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

table{
	/*width:100%;*/
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:5px;
    margin-right: 0px;
    }

table thead th{
	/*color:#FFFFFF;
	background-color:#06213F;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;B
	vertical-align:middle;*/
	}

table tbody td{
	vertical-align:middle;
	/*border-collapse:collapse;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;*/
	}
	
table thead th, table tbody td{
	padding:5px;
	border-collapse:collapse;
    text-align: center;
}

table tbody tr.light{
	color:#666666;
	background-color:transparent;
	}

table tbody tr.dark{
	color:#666666;
	background-color:transparent;
	}