.printhide { 
    display: none; 
}
  
table#table_data td { 
    border-bottom: 1px solid black; 
}
  
table#table_data th { 
border-bottom: 1px solid black; text-align: left;  
}


div#general_info {
  clear:both;
  margin-top:20px;
}
div#emp_address {
  width:35%;
  float:left;
}
div#emp_address h3 {
  margin:0;
}
div#emp_ss {
  width:25%;
  float:left;
}
div#emp_hire {
  width:35%;
  float:left;
}

div#emp_data {
  clear:both;
}


