/*
Template Name: Import Export books system
File: Tables CSS
Author :Alhan A. Rasheed

*/
	
table{
	width:80%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:50px;/*15px* changing the edge bootom/
	margin-top:0px;/*I did*/
	border:1px solid #CCCCCC;
	}
/*table{
	width:70%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	}*/

table thead th{
	color:#FFFFFF;
	background-color:#06213F;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	}

table tbody td{
	vertical-align:top;
	border-collapse:collapse;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
	
table thead th, table tbody td{
	padding:5px;
	border-collapse:collapse;
	}

table tbody tr.light{
	color:#666666;/**/
	background-color:#F7F7F7;/*f7f7f7;#oc3f76*/
	}

table tbody tr.dark{
	color:#666666; /**/
	background-color:#E8E8E8;/*e8e8e8;06213e */
	}
	td  {
	font-size:18px;
	}
	
	/* ----------------------------------------------Table in Content Area-------------------------------------*/
/*	#container #respond1{
	vertical-align:top;
	width:100%
	margin:0 190px 190px;
	padding:0px 60px 70px;
	width:auto;
	
	}
	#container #respond1 table{
	width:80%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	}
	}
#container #respond1 table tbody td{
	vertical-align:top;
	border-collapse:collapse;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
	
#container #respond1 table thead th, table tbody td{
	padding:5px;
	border-collapse:collapse;
	}

#container #respond1 table tbody tr.light{
	color:#666666;/**/
	/*background-color:#F7F7F7;/*f7f7f7;#oc3f76*/
/*	}

table tbody tr.dark{
	color:#666666; /**/
	/*background-color:#E8E8E8;/*e8e8e8;06213e */
/*	}
#container #respond1 td  {
	font-size:18px;
	}
*/