table.education {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 5px;
  width: 100%;
}
table.education th {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
#education_name_div{display:none; border:1px solid #A5ACB2; width:180px; max-height:200px; height:expression(document.body.clientHeight > 200? "200px": "auto" ); overflow-y:scroll; border-top:0;}
.suggest_line{cursor:pointer; padding:3px 5px; border-bottom:1px solid #A5ACB2;}
.odd{background:#F0F0F0;}
