table.education {
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 5px;
  width: 100%;
}
table.education th {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
table.education td {
  vertical-align: top;
  font-size:13px;
  color:#000;
}
h3.education_header {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.education_name a:link,
.education_name a:visited{
color:#E8A317;
font-size:20px;
}
.education_name a:hover{
color:#0000cc;
}
.education_search_results {
  text-align: left;
  margin: 15px auto;
  width: 95%;
}
.education a:link,
.education a:visited{
color:#0D77DF;
}
.education a:hover{
color:#3399FF;
}


.education_search_results .user_thumb {
 text-align: center;
 font-weight: bold;
 width: 120px;
 border-bottom: 1px solid #ddd;
 padding: 5px;
}
.education_search_results .user_education {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.education_search_results .user_education table.education {
  border: 0;
}