#cdl {
  margin : auto;
}

#cdl h3 { 
  display : block;
/*color : #669900;*/
  margin-top:-20px;
  padding-bottom : 5px;
  margin-bottom : 15px;
/*  border-bottom : 1px solid #666; */
  width:90%;
}

#cdl ul li {
  height : 2.5em;
  list-style-type : none;
  color : #333;
  padding : 0.3em 0 0.4em 0;
  border-bottom : 1px solid #ccc;  
}

#cdl li.attribute_name
{
    font-weight:bold;
    font-size: 1.1em;
}

#cdl li.attribute_name div
{
    width:50px;
}

#cdl ul 
{
    width:90%;
    margin:auto;
    margin-bottom:10px;
}

#cdl ul li.cdl_l2 {
  margin-left : 50%;
  margin-top : -2.7em;
  padding : 0.3em 0 0.4em 0;
  border : 0;
}  

.cdl_alt {
  background-color : #fffffc;
}

* html #cdl ul li.cdl_l2 {
  margin-top : -2.7em;
}