
.o_followers {
  float: right;
}
@media (max-width: 767px) {
  .o_followers {
    display: none !important;
  }
}
.o_followers .dropdown-menu {
  right: 0;
  left: auto;
}
.o_followers .o_followers_actions {
  position: relative;
  float: right;
}
.o_followers .o_followers_actions .dropdown-toggle {
  opacity: 0.3;
  border: none;
  display: none;
}
.o_followers .o_followers_actions .dropdown-toggle:hover,
.o_followers .o_followers_actions .dropdown-toggle:focus,
.o_followers .o_followers_actions .dropdown-toggle[aria-expanded="true"] {
  opacity: 1;
}
.o_followers .o_followers_actions .dropdown-toggle > .fa {
  font-size: inherit;
}
.o_followers .o_followers_actions .dropdown-toggle.o_followers_following {
  display: block;
}
.o_followers .o_followers_actions:hover .dropdown-toggle {
  opacity: 1;
}
.o_followers .o_followers_actions .o_followers_follow_button {
  width: 85px;
  padding-right: 0;
  color: #4c4c4c;
  font-weight: bold;
}
.o_followers .o_followers_actions .o_followers_follow_button .o_follow,
.o_followers .o_followers_actions .o_followers_follow_button .o_followers_unfollow,
.o_followers .o_followers_actions .o_followers_follow_button .o_followers_following {
  display: none;
}
.o_followers .o_followers_actions .o_followers_follow_button.o_followers_following .o_followers_following {
  display: inline;
}
.o_followers .o_followers_actions .o_followers_follow_button.o_followers_following:hover .o_followers_following {
  display: none;
}
.o_followers .o_followers_actions .o_followers_follow_button.o_followers_following:hover .o_followers_unfollow {
  display: inline;
}
.o_followers .o_followers_actions .o_followers_follow_button.o_followers_notfollow .o_follow {
  display: inline;
}
.o_followers .o_followers_actions .o_followers_follow_button .fa.fa-times {
  color: #f0ad4e;
}
.o_followers .o_followers_actions .o_followers_follow_button .fa.fa-check {
  color: #5cb85c;
}
.o_followers .o_followers_actions .o_subtype {
  padding-left: 10px;
}
.o_followers .o_followers_title_box {
  position: relative;
  float: right;
  margin-left: 25px;
}
.o_followers .o_followers_title_box .dropdown-toggle .o_followers_count {
  padding-right: 5px;
  font-weight: bold;
}
.o_followers .o_followers_title_box .o_followers_list {
  font-size: small;
}
.o_followers .o_followers_title_box .o_followers_list .o_partner {
  position: relative;
}
.o_followers .o_followers_title_box .o_followers_list .o_partner > a {
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 24px;
  padding: 3px 32px;
}
.o_followers .o_followers_title_box .o_followers_list .o_partner > img {
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  width: 24px;
}
.o_followers .o_followers_title_box .o_followers_list .o_partner .o_remove_follower {
  position: absolute;
  top: 6px;
  left: auto;
  bottom: auto;
  right: 5px;
  cursor: pointer;
}
.o_followers .o_followers_title_box .o_followers_list .o_partner .o_edit_subtype {
  position: absolute;
  top: 6px;
  left: auto;
  bottom: auto;
  right: 18px;
  cursor: pointer;
}
.modal .modal-body > ul {
  padding-left: 0;
}
.modal .modal-body > ul > li.o_subtype {
  list-style: none;
}
