.cdplike-report .labels {
  text-align: right;
}
.cdplike-report .labels span {
  margin-left: 5px;
}
.cdplike-report .table tr th {
  text-align: center;
}
.cdplike-report .table tr td:first-child {
  text-align: center;
  padding-top: 25px;
}
.cdplike-report .table .media .media-left .media-object {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #888888;
}
.cdplike-report .table .media .media-body .media-heading {
  font-size: 14px;
  color: #333;
}
.cdplike-report .table .media .media-body .media-heading .iconfont {
  margin: 0px 5px 0 10px;
  color: #ff00ff;
}
.cdp-like-rank {
  list-style: none;
  padding-left: 0;
  line-height: 55px;
}
.cdp-like-rank li img {
  border-radius: 5px;
}
.cdp-like-rank li .name {
  margin-right: 10px;
  display: block;
  float: left;
}
.cdp-like-rank li .like-num {
  margin: 0 2px;
}
.cdp-like-rank li .like-num img {
  width: 40px;
  height: 40px;
}
.all-likes {
  float: left;
  width: 100%;
}
.all-likes ul {
  list-style: none;
  padding-left: 10px;
}
.all-likes ul li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
  line-height: 2em;
}
.all-likes ul li .num {
  width: 90%;
  float: left;
}
.all-likes ul li .num span {
  display: inline-block;
  width: 18%;
}
.all-likes ul li .user,
.all-likes ul li .like {
  float: left;
  display: block;
}
.all-likes ul li .user {
  width: 10%;
}
.all-likes ul li .like {
  width: 18%;
}
.all-likes ul li .head {
  margin-left: 10%;
  width: 90%;
}
.all-likes img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.all-likes a {
  width: 50px;
  background: rgba(0, 0, 0, 0) linear-gradient(#2777ec, #6ac1fc) repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  text-align: center;
}
.comp-form-ul li span {
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
}
.comp-form-ul li span img {
  border-radius: 4px;
  margin-bottom: 0 !important;
}
.comp-form-ul {
  margin: -3px;
  display: block;
  font-size: 0;
  line-height: 1;
  text-align: left;
  padding: 0;
}
.comp-form-ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.28571em;
  width: 50%;
  padding: 0 3px;
  margin: 3px 0;
}
.comp-form-ul li input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 5px;
}
.comp-form-ul label {
  display: block;
  margin: 0 0 6px;
}
.comp-modal {
  width: 400px;
  z-index: 1999;
  -webkit-tap-highlight-color: transparent;
  padding: 9px;
  background: #454144;
  border-radius: 12px;
  display: block;
  position: fixed;
  left: 35%;
  top: 20%;
}
.comp-modal-content textarea {
  width: 100%;
  margin: 10px 0;
}
@media only screen and (min-width: 661px) and (max-width: 1000px) {
  .comp-modal {
    left: 28%;
    top: 15%;
  }
}
@media only screen and (max-width: 660px) {
  .comp-modal {
    left: 11%;
    width: 80%;
    top: 10%;
  }
}
@media only screen and (max-width: 480px) {
  .comp-modal {
    width: 80%;
    left: 11%;
    top: 10%;
  }
}
.comp-modal-content-wrap {
  position: relative;
  z-index: 6;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
}
.comp-modal-title {
  margin: 0;
  background: #fff;
  -webkit-border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 11px;
}
.comp-modal-title h2 {
  margin: 0 20px 0 0;
  font-size: 18px;
  line-height: 1.33333em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.comp-modal-content,
.comp-modal-title {
  padding: 12px 18px;
}
.comp-user-ul {
  margin: 0;
  padding: 0;
}
.comp-user img {
  margin-right: 10px !important;
  margin-bottom: 0 !important;
}
.comp-user a {
  text-decoration: none;
}
.comp-user-ul > li {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #ccccc8;
  padding: 10px 5px;
  margin-left: 0;
}
.gd-list-item-author.comp-user {
  padding-left: 0;
}
.comp-user-message {
  width: 100%;
  float: left;
}
.comp-user-header {
  overflow: hidden;
  margin-bottom: 10px;
}
.comp-user-header img {
  border-radius: 4px;
  margin-bottom: 0 !important;
}
.comp-user-header em {
  margin-left: 10px;
  font-size: 10px;
  font-style: normal;
}
.comp-loading-icon {
  text-align: center;
  padding: 50px 0;
}
.comp-close-x {
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 15px;
}
#bp_cdplife_modal_shadow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.5;
}
.comp-user-avatar {
  float: left;
}
.comp-username {
  display: block;
  text-align: center;
  margin-right: 10px;
}
.comp-user-header img {
  margin-right: 5px;
}
.bp-cdplife-wrap .pagination a,
.bp-cdplife-wrap .pagination span {
  display: inline-block;
}
.bp-loading-icon {
  background-image: url("../images/loading.gif");
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
/*# sourceMappingURL=cdp-likes-public.css.map */