.ff-table {
    display: table;
    width: 100%;
    height: 100%;
}
.ff-table-centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ff-align-left {
    text-align: left;
}
.ff-vertical-align {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.ff-loading {
 /*   font-family: helvetica, arial, sans-serif;
    background: url("/images/books/saving.gif") no-repeat;
    font-size: 20px;
    position: relative;
    left: 50%;
    padding-left: 20px;
    margin-left: -128px;
    margin-top: 30px;*/
    
    font-family: helvetica, arial, sans-serif;
    font-size: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: 35px;
    color: #B4B4B4;

}

.ff-lightBox-mid {
    position: relative;
    border-top: 1px solid #e5e5e5;
}
.ff-lightBox-innerMid {
    position: relative;
}


/* followers waterfall */
 .ff-warterfall-panel {
    position: relative;
    text-align: left;
}
.ff-warterfall-item {
    position: absolute;
    /*overflow: hidden;*/
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    background-color: #ffffff;
}
.ff-warterfall-img-link {
    position: absolute;
    cursor: pointer;
}
.ff-waterfall-img-context {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #cccccc;
}
.ff-worterfall-right {
    position: absolute;
}
.ff-worterfall-name {
    padding: 10px 10px 16px 6px;
    cursor: pointer;
    overflow: hidden;
    max-height: 50px;
}
.ff-worterfall-subContext-outer {
    padding: 6px;
}
.ff-worterfall-subContext {
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    word-spacing: 0px;
    word-wrap: normal;
    padding: 2px 10px;
}
.ff-worterfall-subscribe {
    display: none;
}
.ff-worterfall-subscribed {
    display: none;
}
.ff-worterfall-unsubscribe {
    display: none;
}
.ff-lightBox-warningText {
    position: absolute;
    top: 10px;
    width: 80%;
    left: 10%;
    z-index: 2200;
    display: none;
}
.ff-lightBox-warningText-inner {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.218s;
    -webkit-transition-property: opacity;
    -webkit-transition-timing-function: ease;
    background-color: rgb(72, 72, 72);
    border-radius: 2px;
    border: 1px solid rgb(32, 32, 32);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    height: 30px;
    overflow: hidden;
    padding: 6px 16px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.218s;
    transition-property: opacity;
    transition-timing-function: ease;
    visibility: visible;
}
.center-homepage-subscribe-count {
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(119, 119, 119);
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    margin-left: 6px;
    padding: 1px 7px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    top: 0px;
}
.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;
}

.center-flip-widget {
    width: 100%;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transition: -moz-transform .185s linear;
    -webkit-transition: -webkit-transform .185s linear;
    -ms-transition: -ms-transform .185s linear;
    transition: transform .185s linear;
}
.center-flip-widget-back-side {
    -moz-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1, 1, 1);
    -ms-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1, 1, 1);
    -webkit-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1, 1, 1);
    transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1, 1, 1);
    /*-moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform: matrix3d(-1, 0, 0, 0, 0, 1, -1, 0, 0, 0, -1, 0, 1, -1, 1, 1);*/
}
.center-flip-widget-front {
    width: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: visibility 0s linear .0925s;
    -webkit-transition: visibility 0s linear .0925s;
    transition: visibility 0s linear .0925s;
}
.center-flip-widget-back {
    width: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: visibility 0s linear .0925s;
    -webkit-transition: visibility 0s linear .0925s;
    transition: visibility 0s linear .0925s;
    -moz-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 1, 1, 1);
    -ms-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 1, 1, 1);
    -webkit-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 1, 1, 1);
    transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 1, 1, 1);
}
.center-flip-widget-hide {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.center-homepage-about-hover:hover,
.center-homepage-about-hover-bg  {
    background-color: #f6f6f6;
}
.center-homepage-updata-edit {
    -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
    border-bottom: 1px solid rgb(226, 226, 226);
    border-left: 1px solid rgb(226, 226, 226);
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
    cursor: pointer;
    font-size: 16px;
    height: 32px;
    opacity: 1;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    vertical-align: middle;
    width: 32px !important;
    line-height: 32px;
    -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property: background, color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: rgb(251, 251, 251);
    z-index: 9;
}
.center-homepage-updata-edit:hover {
    background: #e9e9e9;
    color: #000000;
}
.center-homepage-updata-edit:active {
    background: #eeeeee;
    color: #bbbbbb;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.center-homepage-about-text {
    padding: 15px 15px 10px 15px;
    line-height: 21px;
    min-height: 54px;
    word-wrap: break-word;
}
.center-homepage-update {
    padding: 15px;
    background-color: #f6f6f6;
}
.center-homepage-text-container {
    padding-top: 13px;
}
.center-homepage-text-container label {
    color: rgb(51, 51, 51);
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 2px 2px;
}
.center-homepage-update-text-box {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin: 0px;
    overflow: hidden;
    /*padding-right: 22px;*/
}
.center-homepage-update-text {
    width: 100%;
    padding: 5px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 0px inset;
    -webkit-user-select: text;
    border: 1px solid rgb(211, 211, 211);
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 0px inset;
    color: rgb(85, 85, 85);
    display: block;
    margin: 0px;
    resize: vertical;
    text-align: start;
    text-indent: 0px;
    word-spacing: 0px;
    word-wrap: break-word;
    height: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
}

.center-homepage-button-actions {
    float: right;
    text-align: center;
    position: relative;
}
