#oma {
   text-align: center;
   border-radius: 5px;
  border-left: 3px solid #ec4918;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  padding: 3px;
  background-color: #f7f5e7;
  
}

#oma2 {
  border-radius: 5px;
  border-left: 3px solid #ed9227;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  
  padding: 3px;
  background-color: #f7f5e7;
  
}

#oma3 {
  
  border-radius: 5px;
  border-left: 3px solid #ed9227;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  padding: 3px;
  background-color: #ffffe6;
  
}
#customers {
 
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f7f5e7;
  color: #000000;
}