#uusi {
  display: inline; /* the default for span */
  width: 10px;
  height: 10px;
  border-left: 3px solid #ec4918;
  border-bottom: 1px dotted #000000;
  border-top: 1px dotted #808080;
  border-right: 1px dotted #808080;
  padding: 1px;
  background-color: #f7f5e7;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  
}

#uusi2 {
  display: inline; /* the default for span */
  width: 10px;
  height: 10px;
  text-align: center;
  text-decoration-style: underline;
  border-left: 1px solid #000000;
  border-bottom:1px dotted #000000;
 /* border-top: 1px dotted #000000;
  border-right: 1px dotted #000000;*/
  padding: 1px;
  background-color: #f7f5e7;
  border-radius: 4px;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.19);
  
}

#oma {
   text-align: left;
   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;
  
}

#oma6 {
   text-align: left;
  width: 10%;
   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;
}