<style>
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  min-width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 5px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align:center;
 
}

#customers2 {
  min-width: 100%;
  font-size:10px;
}

#customers2 td, #customers2 th {
  border: 1px solid #000;
   text-align:center;
 
}

#customers2 tr:nth-child(even){
	}

#customers2 tr:hover {}

#customers2 th {
  padding-top: 1px;
  padding-bottom: 1px;
    text-align:center;
}

#customers3 {
  min-width: 100%;
 
}

#customers3 td, #customers3 th {
  border: 1px solid #000;
   text-align:center;
 
}

#customers3 tr:nth-child(even){
	}

#customers3 tr:hover {}

#customers3 th {
  padding-top: 1px;
  padding-bottom: 1px;
    text-align:center;
}
</style>

