#main-block {
    float: left;
    width: 99%;
}
#header {
    float: left;
    width: 100%;
    background-color: #dfdfdf;
    margin-bottom: 10px;
    padding: 2px 2px 2px 2px;
    color: white;
}
#menu-block {
    float: left;
    width: 32%;
    margin-right: 10px;
    font-size: 13px;
}
#menu-block-tips {
    float: left;
    width: 91%;
    border-radius: 5px;
    border: #dddddd thin solid;    
    padding-right: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
#banner {
    float: left;
    width: 100%;
}
#feed-block {
    float: left;
    width: 66%;
}
#block-top {
    width: 96%;
    float: left;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 5px;
    border: #dddddd thin solid;
    background-color: #efefef;
    /*background-image: url('../../user/space/gconsole/top-bg.jpg');*/
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#block-left {
    float: left;
    width: 20%;
    font-size: 13px;
    margin-top: 10px;
}
#block-right {
    float: left;
    width: 80%;
    margin-top: 10px;
    /*padding-left: 10px;*/
}
#name-block {
    float: left;
    width: 98%;
    border-bottom: #DAD9D9 solid 1px;
    margin-bottom: 10px;
}
#name {
    float: left;
    width: 50%;
    /*margin-bottom: 10px;*/
    font-size: 18px;
    padding-left: 10px;
    /*-webkit-text-stroke: 1px blue;*/
}
#avatar {
    float: left;
    width: 20%;
}
#avatar img {
    max-width: 170px;
}
#profile {
    float: left;
    width: 90%;
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    border: #dddddd thin solid;
    background-color: #efefef;
}
#profile-detail {
    float: left;
    width: 100%;
    margin-top: 10px;
}
#profile-menu {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.row {
    float: left;
    width: 100%;
}
#but-follow {
    float: left;
    /*width: 25px;*/
    /*height: 19px;*/
    /*background-image: url('../../image/icon-addfriend.png');*/
    /*background-size: 23px 23px;*/
    cursor: pointer; cursor: hand;
    margin-right: 5px;
    /*display: none;*/
}
#sendpm {
    float: left;
    /*width: 20px;*/
    /*height: 19px;*/
    /*background-image: url('../../image/icon-pm.png');*/
    /*background-size: 20px 20px;*/
    cursor: pointer; cursor: hand;
    margin-right: 5px;
}
#history {
    float: left;
    width: 75%;
    padding-right: 10px;
}
#signature {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 10px;
    /*border-bottom: #DAD9D9 solid 1px;*/
}
#created-thread {
    float: left;
    width: 100%;
    margin-top: 20px;
}
#latest-comment {
    float: left;
    width: 100%;    
}
#listfollow {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-left: 25px;
}
.follow-block {
    float: left;
    width: 70px;
}
.follow-number {
    /*float: left;*/
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: bold;
}
.follow-type {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #aaaaaa;
}
#postnew {
    float: left;
    width: 100%;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    border: #DAD9D9 solid 1px;
    margin-bottom: 10px;
    /*margin-top: 10px;*/
}
#postnew-header {
    border-bottom: #DAD9D9 solid 1px;
    margin-bottom: 5px;
}
.delete-feed {
    float: right;
    width: 10px;
    height: 15px;
    z-index: 100;
    margin-right: 0px;
    color: #999999;
    font-size: 12px;
    cursor: pointer; cursor: hand;
}
.feed-block {
    float: left;
    padding: 6px 6px 6px 6px;
    border: #DAD9D9 solid 1px;
    width: 100%;
    background-color: #ffffff;
}
.feed-block img {
    max-width: 600px;
}
.feed-block-updatename {
    font-size: 10px;
    margin-bottom: 6px;
    color: #aaaaaa;
    padding-bottom: 6px;
    border-bottom: #ced7de solid 1px;
}
.feed-block-top {
    float: left;
    width: 100%;
}
.feed-block-top img {
    width: 30px;
    height: 30px;
}
.feed-block-top-avatar {
    float: left;
    width: 30px;
    margin-right: 5px;
}
.feed-block-top-name {
    float: left;
}
.feed-block-top-date {
    font-size: 11px;
    color: #999999;
}
.feed-block-detail {
    float: left;
    padding-top: 5px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.feed-block-detail img {
    max-width: 600px;
}
.feed-block-response {
    float: left;
    width: 100%;
    font-size: 13px;
}
.feed-block-response-like {
    float: left;
    width: 30px;
    margin-right: 5px;
    cursor: pointer; cursor: hand;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
}
.feed-block-response-like img {
    max-width: 20px;
}
.feed-block-form {
    float: left;
    width: 97%;
    margin-top: 10px;
    /*padding: 5px 5px 5px 5px;*/
    /*background-color: #eeeeee;*/
}
.feed-block-form textarea {
    width: 80em;
    border: #ced7de solid 1px;
}
.postfeed-submit {
    margin-top: 5px;
}
.feed-block-comment {
    float: left;
    padding: 6px 2px 6px 10px;
    border-left: #ced7de solid 1px;
    border-right: #ced7de solid 1px;
    border-bottom: #ced7de solid 1px;
    width: 100%;
    background-color: #f2f4f5;
    margin-bottom: 10px;
    font-size: 13px;
}
.feed-block-comment-like {
    font-size: 12px;
}
.feed-block-comment-like img {
    max-width: 20px;
}
.feed-block-comment-list {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.feed-block-comment-each {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /*margin-left: 10px;*/
}
.feed-block-comment-each-avatar {
    float: left;
    /*width: 15%;*/
    margin-right: 10px;
}
.feed-block-comment-each-avatar img{
    max-width: 30px;
}
.feed-block-comment-each-detail {
    float: left;
    width: 90%;
}
.feed-block-comment-each-detail img {
    max-width: 590px;
}
.feed-block-comment-input {
    float: left;
    width: 100%;
}
.feed-block-comment-input textarea {
    width: 620px;
    height: 2em;
}
.like-left {
    float: left;
    /*width: 5%;*/
    margin-right: 5px;  
}
.like-right {
    float: left;
    padding-top: 3px;
    /*width: 85%;*/
    color: red;
}
#postfeed {
    outline:none;
    width: 620px;
    height: 5em;
}
#postfeed_tool {
    /*display: none;*/
}
.comment-submit {
    margin-top: 5px;
}
#postto {
/*    display: inline;*/
    float: left;
    margin-left: 10px;
    background-color: #dfdfdf;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    border: #dddddd solid 1px;
    border-radius: 2px;
    margin-right: 5px;
    cursor: pointer; cursor: hand;
}
#postto-select {
    float: left;
}
#postto-cursor {
    float: left;
/*    display: inline;*/
    margin-left: 5px;
    margin-top: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 2.5px 0 2.5px;
    border-color: #000000 transparent transparent transparent; 
}
#postto-option-block {
    float: left;
    border: #dddddd solid 1px;
}
#postto-option-list {
    float: left;
    padding: 3px 5px 3px 5px;
}