#customers {
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 2px solid #ddd;
  padding: 5px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:nth-child(odd){background-color: #FFFDE7;}

#customers tr:hover {background-color: #c2f0c2;}

#customers th {
/*
  padding-top: 12px;
  padding-bottom: 12px;
*/
  text-align: center;
  background-color: #003366;
  color: white;
}

#myInput {
  background-position: 10px 10px;
  background-color: #ddd;
  background-repeat: no-repeat;
  width: 30%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

h2 {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 100px;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

