#center-manage-following-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
#center-manage-following-lists > tr {
    border-bottom: 1px solid #dce3ed;
}

#center-manage-following-lists > tr:nth-child(2n) {
    background-color: #f6f7fb;
}

#center-manage-following-lists > tr:hover {
    background-color: #f4f4f4;
}

.center-manage-following-cell {
    /*text-align: center;*/
    padding: 5px 0;
}

.center-manage-following-cell.td-1 {
    width: 52%;
    text-align: left;
}

.center-manage-following-cell.td-2 {
    width: 24%;
}

.center-manage-following-send {
    font-size: 13px;
    padding: 5px 0px 5px 0px;
    color: #666;
}

.center-manage-following-cell.td-3 {
    width: 24%;
}

.cenetr-manage-title-container {
    height: 46px;
    position: relative;
    padding-left: 24px;
}

.center-manage-thumb {
    float: left;
    height: 46px;
    text-decoration: none solid rgb(27, 127, 204);
    width: 46px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #dedede;
}

.center-manage-thumb > img {
    display: block;
}

.center-manage-title-warp {
    height: 100%;
    overflow: hidden;
    padding: 0px 17px 0px 10px;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    max-width: 400px;
    line-height: 46px;
}

.center-manage-title-warp a {
    cursor: pointer;
    color: #888;
    font-size: 14px;
    /*font-weight: bold;*/
}

.cenetr-manage-send-email {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #c6c6c6;
    width: 17px;
    height: 17px;
    cursor: pointer;
    top: -1px;
}

.center-manage-email-checkbox {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.center-manage-email-checkbox-icon {
    display: block;
    vertical-align: top;
    cursor: pointer;
    width: 15px !important;
    height: 15px;
    left: 0px;
    top: 0px;
    position: absolute;
    line-height: 15px;
    text-align: center;
}

.center-sub-sort-button-content {
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 0px 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    margin: 0px;
    padding: 0px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    word-spacing: 0px;
    word-wrap: normal;
    line-height: 26px;
}

.center-sub-icon {
    position: absolute;
    left: auto;
    right: 10px;
    top: 6px;
    font-size: 18px;
}

.center-sub-sort-button-content .subscribe-text {
    display: none;
}

.center-sub-sort-button-content .subscribed-text {}

.center-sub-sort-button-content .unsubscribe-text {
    display: none;
}
.center-homepage-subscribe-count {
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #777;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 22px;
    margin-left: 6px;
    padding: 1px 7px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    top: 0;
}
.center-homepage-subscribe-count:before {
    margin-top: 2px;
    border-color: transparent #ccc;
    content: '';
    position: absolute;
    top: 4px;
    left: -6px;
    border-width: 6px 6px 6px 0;
    border-style: solid
}
.center-homepage-subscribe-count:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    border-width: 5px 5px 5px 0;
    border-style: solid;
    border-color: transparent #fafafa;
    margin-top: 2px
}

/*  My Followers */
.ff-warterfall-panel {
    position: relative;
    text-align: left;
}

.ff-warterfall-item {
    position: absolute;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #f4f4f4;
}

.ff-warterfall-img-link {
    position: absolute;
    cursor: pointer;
}

.ff-waterfall-img-context {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
}

.ff-worterfall-right {
    position: absolute;
}

.ff-worterfall-name {
    padding: 10px 10px 16px 6px;
    cursor: pointer;
    overflow: hidden;
    line-height: 24px;
    max-height: 50px;
}

.ff-worterfall-name>a {
    color: #11AACE;
}

.ff-worterfall-name>a:hover {
    text-decoration: underline;
    color: #00ceff;
}

.ff-worterfall-subContext-outer {
    padding: 6px;
}

.ff-worterfall-subContext {
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    word-spacing: 0;
    word-wrap: normal;
    padding: 3px 10px;
}

.ff-worterfall-subscribe,.ff-worterfall-subscribed,.ff-worterfall-unsubscribe {
    display: none;
}