#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-width:4px;
  width: 90%;
  text-align:center;
  margin-right:5%;
  font-size:27px;
 
}

#customers td, #customers th {
  border: 2px solid #202D6C;
  padding: 2px;
  height:30px;
  
}

#customers tr:nth-child(even){background-color: #E5E7EE;}

#customers tr:hover {background-color: #fff; color:#000;}

#customers th {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  background-color: #6985ea;
  color: white;
}

@media (max-width: 767px) {
  .customers  {
   font-size:9px;
  }
}

    
