#content table { width: 100%; }
#content th, 
#content td {
  padding: 0.2em 0;
  border-bottom: 1px solid #999;
  }
#content th { width: 100px; }

#content li { padding-bottom: 0.2em; }

.consultant_image {
  margin-right: 1em;
  margin-bottom: 1em;
  border: 1px solid #dfdfdf;
  float: left;
  }
.show_detail {
  display: block;
  text-align: right;
  }

h5 {
  width: 142px;
  padding-bottom: 5px;
  }
h5 a {
  background: url(/images/consultant_history.png) no-repeat;
  line-height: 27px;
  text-indent: 25px;
  display: block;
  }

h5 a.show {
  background-position: 0 -26px;
  }
