#content #profile_summary ul {
  float: left;
  list-style: none;
  margin: 0;
  line-height: 120%;
  padding: 0;
  width: 100%;
}
#content #profile_summary ul li {
  background-color: #CBDFF6;
  display: block;
  list-style: none;
  margin: 0;
  margin-top: .25em;
  margin-bottom: .75em;
  padding: 12px;
}
#content #profile_summary ul a {
  display: block;
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  font-size: 125%;
  line-height: 110%;
  text-decoration: none;
}
#content #profile_summary ul a:hover,
#content #profile_summary ul a:visited:hover {
  text-decoration: underline;
}

#content .profile_description {
	color: #333333;
	font-size: 100%;
}

#content #profile_summary ul span.profile_actions a{
	display: inline;
	font-size: 90%;
}
