.profile_disabled {
  padding: 20px 0 20px 95px;
  overflow: hidden;
  font-family: Verdana, Helvectica, sans-serif;
}

.clr {
  clear: both;
}

.disabled_photo {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 4px;
  float: left;
  margin-right: 15px;
}

.disabled_photo img {
  display: block;
}

.disabled_desc .username {
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
}

.hr {
  height: 1px;
  background: #ccc;
  width: 100%;
  margin: 15px 0 15px 251px;
}

.disabled_desc .status_message {
  margin-top: 7px;
  font-size: 12px;
}

.disabled_desc .deleted_text {
  font-size: 14px;
  line-height: 20px;
  padding-top: 25px;
}

.deleted_text .inner {
  text-align: center;
  width: 1000px;
}

.profile_disabled .remove_friend_request_link {
  margin: 5px 0 20px;
}
