#friends .headline { 
  padding-bottom: 30px;
  font-weight: normal;
}

#friends .headline a { 
  font-weight: normal;
}

#friendsBody {
  padding: 0 10px 40px 70px;
  text-align: left;
}

  .friendItem {
    overflow: auto;
  }

    .friendItem img { 
      float: left;
      padding-top: 5px;
    }
  
    .friendItem div {
      float: left;
      padding-left: 15px;
      width: 350px;
    }
  
      .friendItem div div.title {
        color: #75ddff;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
      }
  
      .friendItem div div.summary {
        font-size: 12px;
        line-height: 16px;
      }

        .friendItem div div.summary a {
          font-weight: bold;
        }

      .friendItem .booktitle {
        font-style: italic;
      }

  #friendsBody div.spacer {
    clear: both;
    width: 100%;
    height: 40px;
  }

