/* Sidebar */

.sidebar-flag-nsfw {
  margin-top: 30px;
  clear: both;
  float: left;
}

.sidebar-flag-nsfw .flag-nsfw-button {
  color: #c00;
  font-size: 12px;
  background-color: #fff;
  border: none;
  text-decoration: underline;
}

.sidebar-flag-nsfw .unflag-nsfw-button {
  color: #c00;
  font-size: 12px;
  background-color: #fff;
  border: none;
  text-decoration: underline;
}


.content-account .user-info .avatar {
  width: 100px;
  float: left;
  margin-right: 15px;
}

.content-account .user-info .details {
  width: 170px;
  float: left;
}

.content-account .user-info .details h3 {
  padding-top: 3px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.content-account .edit-settings-wrapper {
  float: left;
  margin-top: 30px;
  padding-left: 15px;
}

.content-account .edit-settings {
  padding-top: 10px;
  clear: both;
  display: block;
  font-size: 12px;
  text-decoration: none;
}

.sidebar .following-wrapper {
  margin-bottom:25px;
  float: left;
}

.sidebar .following {
  background-color: #ededed;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.sidebar .following {
  width: 285px;
  float: left;
}

.following .view-all-following {
  font-size: 12px;
  float: right;
  margin-top: -10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.sidebar .following-wrapper h3 {
  font-size: 14px;
  font-weight: bold;
  color: #4b4b4b;
  padding-bottom: 10px;
  padding-left: 15px;
}

.sidebar .following-wrapper h3 a {
  float: right;
  background-color: #42B4FF;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 15px;
  font-size: 12px;
  text-shadow: 1px 1px 1px #0d86bf;
}

.sidebar .following-wrapper h3 a:hover {
  background-color: #0d86bf;
}

.sidebar .following-wrapper h3 span {
  font-weight: normal;
  color: #666;
}

.sidebar .following ul {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  float: left;
}

.sidebar .following li {
  padding-right: 4px;
  padding-bottom: 5px;
  float: left;
}

.sidebar .following li a {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
}

/* Body */

