#community .profilefull {  
  width: 90%;
  margin: 10px auto;
  border: solid 1px #125;
  background: #bcf;
  padding: 10px;
}

#community .profilefull .profilepicture {
  float: right;
  border: solid 1px black;
  margin: 5px 0px 10px 10px;
}

#community .profilefull .title {
  font-size: 125%;
  color: #125;
  border-bottom: solid 2px #125;
  margin-bottom: 15px;
}

#community .profilefull .fieldhead {  
  font-weight: bold;
  margin-top: 10px;
}

#community .profilefull .fieldbody {  
  font-size: 90%;
}

#community .profilefull .hidelink {
  float: right;
  font-size: 85%;
}