#medical_form
.left_column{
	width: 10px;
}

#medical_form
.right_column{
	width: 18px;
}

#medical_form
.text_column,
#central_column_forms 
.text_column{
	width: 35% !important;
}

#central_column_forms
.name_field_header{


}

#central_column_forms
.date_field_header{
	width:65px;
}


#central_column_forms
.date_field{
	font-size: smaller;
}

#central_column_forms
.print_field_header{
	width:28px;
}

#central_column_forms
.comment_field_header{
	width:350px;
}

#central_column_forms
.comment_field{
	width:350px;
}


#central_column_forms
.pdf_field_header{
	width:28px;
}

#central_column_forms
.download_field_header{
	width:28px;
}

#central_column_forms
.delete_field_header{
	width:28px;
}

#central_column_forms tbody{
  border-spacing: 1px;
}


#central_column_forms td,
#central_column_forms th{
  padding: 6px;
}

#central_column_forms th {
  background-color: #323232;
  color: #FFF;
  font-weight: normal;
  text-shadow: 2px 2px 2px #000;
}

#central_column_forms tr:nth-child(2n+1) {
  background-color: #f1f1f1;
}

#medical_form tr:nth-child(2n+2) {
  background-color: #f6f6f6;
}

#row_height_fix{
	height: 50px;
}