.list { 
  clear: both;
}

.list table { 
  border-collapse: collapse;
  border: 1px solid #aaa;
  margin-left: 30px;
  width: 80%;
}

.list table th { 
  font-weight: bold;
  text-align: left;
  background: #eee;
  padding: 2px 5px;
  border: 1px solid #aaa;
}

.list tr:hover { 
  background: #FFFFC8;
}

.list table td { 
  vertical-align: top;
  border: 1px solid #aaa;
  padding: 2px 5px;
}

.list .odd { 
  background: #efefef; 
}
.list .even { 
  background: #fff; 
}

.list .more { 
  float: left; 
  margin-right: 5px;
  font-weight: bold;
}

.list .less { 
  float: left; 
  margin-top: 5px; 
  margin-right: 5px;
}

.list .detalhe { 
  margin-top: 5px; 
}

