
/* ================ */
/* = Social Churn = */
/* ================ */
.sc_entry {
  float: left; display: inline; position: relative;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #E6E1D8;
  padding-bottom: 5px;

}
.sc_entry .sc_img {
  float: left; display: inline; position: relative;
}
.sc_entry .sc_img img {
  float: left; display: inline; position: relative;
  margin-left: 0px;
  margin-top: 5px;
}
.sc_entry .sc_block {
    margin-left: 66px;
    padding-right: 0px;
    min-height: 80px;
}
.sc_entry .sc_name {
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #333;
}
.sc_entry .sc_message {
  margin-top: 0px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #555;
}
.sc_entry .sc_message a {
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
  color: #9B8274;
  font-weight: normal;
}
.sc_entry .sc_created_at {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 12px;
  color: #999;
}
.sc_entry .network {
  float: left; display: inline; position: relative;
  width: 20px;
  margin-right: 5px;
  height: 20px;
}
.search_twitter .network {
  background: url("/images/fbt.gif") 0 0px no-repeat
}
.search_facebook .network {
  background: url("/images/fbt.gif") 0 -21px no-repeat
}
.search_facebook_comment .network {
  background: url("/images/fbt.gif") 0 -21px no-repeat
}