.follow-box {
  background: #eee;
  float: right;
  font-size: 19px;
  margin: 91px 0 0;
  padding: 20px;
  z-index: 999;
  width: auto;
}

.follow-box .btn {
  background: #ff7c1b;
  border-radius: 0;
  margin: 0 3px;
  color: #fff;
  font-size: 20px;
}

.hideme {
    opacity: 0;
}

.loader {
    background: rgba(255,255,255,.90) url(../images/ajax-loader.gif) no-repeat center;
    position: absolute;
    height: 132px;
    margin-left: -20px;
    margin-top: -20px;
    width: 301px;
    z-index: 999999999;
}

.loader p {
    color: #8f8f8f;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    margin-top: -35px;
    font-weight: bold;
}

.followed-post-list {
  margin: 0;
  padding: 0;
}

.followed-post-item {
  list-style: outside none none;
  margin-bottom: 10px;
  margin: 30px 0;
}

.followed-post-item a {
  font-family: "omnesregular",â€‹arial,â€‹sans-serif;
  font-size: 26px;
}

.followed-post-item-body {
  overflow: hidden;
  margin-bottom: 5px;
}

.followed-post-item-body img {
  max-width: 100%;
  float: left;
  margin-top: 0;
  margin-right: 10px;
}

.followed-post-item-body a {
  font-size: inherit;
}

.followed-post-item-meta {

}

.followed-post-item-meta span {
  font-size: 90%;
  clear: both;
}

.followed-post-item-meta > span:not(:last-child):after {
  content: ' | ';
}