@import url(expert.css); 

.listtable {
  width: 400px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 1px solid #BFB78F;
  background: #ffffff;
  font-size: 10pt;
}

.listtable th { 
  background: #ECE3BE;
}

.listtable td { 
  border: 1px solid #BFB78F;
  padding: 2px 4px;
}

tr.indent { 
  background: #FDF9ED;
}
