.data-table{
	width:100%;
	border-collapse:collapse;
	line-height:28px;
	 font-family:Roboto, Open Sans, sans-serif;
}
.data-table td{
	border-left:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	position:relative;
	padding:2px 4px 3px 4px;
	text-align:right;
}

.data-table th{
  font-size:1em;
  border-top:1px solid #e0e0e0; 
  position:relative;
  border:1px solid #98bf21;  
  padding:2px 4px 3px 4px;
}

.data-table th{
  font-size:1.1em;
  text-align:left;  
  padding-top:5px;
  padding-bottom:4px;  
  background:#A7C942;
  color:#fff;
}

.data-table tr:nth-child(odd){
  color:#000; 
  background:#EAF2D3;
}

.data-table tr:hover{
  background: #f3bd48; 
  color: #fff;
}

.data-table td:first-child{
	border-left:0;
	text-align:left;
}
.data-table tr:first-child td{border-top:0;}

#customers{
  font-family:Roboto, Open Sans, sans-serif;
  width:100%;
  border-collapse:collapse;
}

#customers td, #customers th{
  font-size:16px;  
  border:1px solid #98bf21;  
  padding:3px 7px 2px 7px;
}

#customers th{
  font-size:1.2em;
  text-align:left;  
  padding-top:5px;
  padding-bottom:4px;  
  background:#A7C942;
  color:#fff;
}

#customers tr:nth-child(odd){
  color:#000; 
  background:#EAF2D3;
}

#customers tr:hover{
  background: #f3bd48; 
  color: #fff;
}

#customers1{
  font-family:"Roboto, Open Sans, sans-serif;
  width:90%;
  border-collapse:collapse;
}

#customers1 td, #customers1 th{
  font-size:1em;  
  border:1px solid #FFF0F5;  
  padding:3px 7px 2px 7px;
}

#customers1 th{
  font-size:1.2em;
  text-align:left;  
  padding-top:5px;
  padding-bottom:4px;  
  background:#808080;
  color:#fff;
}

#customers1 tr:nth-child(odd){
  color:#000; 
  background:#F5F5F5; 
}

#customers1 tr:hover{
  background: #C0C0C0; 
  color: #fff;
}




