body {
    position: absolute;
    min-height: 100%;
    width: 70%;
}

.language-select {
    text-align: center;
}

.language-select .language {
    color: #777;
    cursor: pointer
}

.footer-line {
    height: 30px;
}

.footerbox {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    clear: both;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.page-cake {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    text-align: center;
}

.page-cake a {
    text-decoration: none;
    cursor: pointer;
    color: #666666;
    padding: 10px;
    margin: 20px 0 0;
}

.page-cake .current {
    border: 1px solid #CDBAB3;
    padding: 10px
}

.index-thumbnail {
    margin: auto;
    padding-bottom: 20px;
}

.login-content {
    width: 30%;
    margin: auto;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 20px 25px 15px 25px;
}

.push-code, .push-alert {
    word-break: break-all;
    word-wrap: break-word;
}

#overlayer {
    position: absolute;
    width: 30%;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: none;
    background: #fff;
    z-index: 100;
}

#overlayer .remove {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

#overlayer .content {
    padding: 30px 30px 15px 30px;
}

#overlayer .overlayer-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#overlayer .overlayer-content {
    margin-top: 10px;
}

.shade-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 99;
    display: none;
}

.content, .reply-content {
    word-break: break-all;
    word-wrap: break-word;
}

@media screen and (max-width: 600px) {
    .login-content {
        width: 100%;
        margin: auto;
        border: 1px solid #cccccc;
        border-radius: 6px;
        padding: 20px 25px 15px 25px;
    }
}

#remove {
    margin-top: 26px;
}

.belong, .viewable{
    margin-bottom: 10px;
}

#belong-result, #viewable-result{
    border: 1px solid #000;
    height:100%;
    overflow:auto;
    margin-bottom: 10px
}
