
.blow_l,
.blow_r {
    padding: 0 !important;
}

.logo a {
    background-position: 8px 4px;
    float: left;
}


.list_title {
    width: 100%;
}

.detail {
    height: 38px;
}

.spaceLeft {
    height: auto !important;
    z-index: 100;
    width: 100%;
}

.spaceCenter {
    width: 80%;
}

.spaceRight {
    width: 20%;
}

.spaceLeft > ul > li {
    position: relative;
    float: left;
    width: 14.2857%;
    border-left: 1px solid #2b80c6;
    border-right: 1px solid #3b95de;
}

.sec_lev {
    position: absolute;
    width: 100%;
    z-index: 100;
    box-shadow: 0 1px 2px rgba(43,59,93,0.29);
    -webkit-box-shadow: 0 1px 2px rgba(43,59,93,0.29);
    -moz-box-shadow: 0 1px 2px rgba(43,59,93,0.29);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1,Direction=145,Color='#333333');
}

.logined {
    padding: auto 10px;
}

    .logined > div:not(.login_name) {
        display: none;
    }

.login_name {
    /*margin-right:20px;*/
}

/*.person-pub ul.select_btn {
    display: block;
}*/

.media-body .profile-edit[contenteditable] {
    border: 1px solid #e5e5e5;
}

.spaceLeft {
    margin-bottom: auto !important;
    padding-bottom: 0 !important;
}


@media (max-width:1023px) {
    .container {
        z-index: 1;
    }
}