body 
{ 
  font-size : 12pt; 
  font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding : 0;
  margin: 0; 
} 
 
#wrapper
{
  margin: 0 auto 0 auto;
  width: 50%;
}
 
#customersList 
{ 
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
}
 
#customersList li 
{
  height: 65px;
  padding: 10px;
  margin: 10px 0; 
  background-color:#efefef; 
  border: 1px solid silver; 
  color:#fff;
}
 
html>body #customersList li 
{
  height: 65px;
  margin: 10px 0;
}
 
#customersList .customersListHighlight 
{ 
  background: #fdfdfd; 
  height: 40px;
  border: 1px dashed silver;
}
 
.customerName 
{
  color: black;
  font-size: 12pt;
}
 
.customerOrt
{
  color: silver;
  font-weight: normal;
}
 
#debugMess
{
  background: blue;
  color: white;
  padding: 12px;
  border: 1px solid silver;
}

#b-menu-new 
{
  font-size: 0.8rem;
}