.header{
    padding: 5px 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}

.header div{
    display: inline-block;
}

.header .img-logo{
    width: 50px;
    height: 50px;
    vertical-align: top;
}

.name{
    margin-left:10px;
    font-family: 'Arial Negreta', 'Arial';
    font-size:32px;
    font-weight: 700;
}

small{
    margin-left: 10px;
    font-family: 'å¹¼åœ† Regular', 'å¹¼åœ†';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.header-right{
    float: right;
}

.img-user,.img-logout{
    vertical-align: middle;
    cursor: pointer;
}

.img-user{
    width: 50px;
    height: 50px;
}

.img-logout{
    margin-left: 20px;
    width: 32px;
    height: 26px;
}

.logout{
    margin-right: 20px;
}

.userName,.logout{
    margin-top: 50px;
}

.contain div{
    display: inline-block;
}

.s-side{
    width: 15%;
    min-width: 200px;
}

.content{
    box-sizing: border-box;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    width: 83%;
    margin:0 auto;
}

.search{
    margin-top: 10px;
    text-align: center;
}

#searchKey{
    display: inline-block;
    width: 50%;
    margin: 0;
}

button{
    border-radius: 5px;
    cursor: pointer;
    border-style:none;
    display: inline-block;
    background-color:#292929;
    color:white;
}

#searchBtn {
    margin-left: 10px;
    height: 38px;
    width: 80px;
}

#searchKey:hover{
    border-color:#292929;
}

table tr td a{
    text-decoration: underline;
    color: #222;
    cursor: pointer;
}

#page{
    text-align: center;
}

#page>div{
    width: 90%;
    margin:10px auto;
}

#addMessage{
    margin-left: 15px;
    font-weight: 700;
    float: left;
    font-size: 30px;
    color:#292929;
    cursor: pointer;
    border-style: none;
    background-color: white;
}

.wrap{
    display: none;
    position:absolute;
    left: 50%;
    top: 20px;
    margin-left:-400px;
    width: 800px;
    height: 680px;
    font-size: 0;
}

.popMessage{
    display: inline-block;
    padding: 10px;
    width: 778px;
    height: 630px;
    font-size: 14px;
    border: 1px solid #000;
    background-color: #fff;
}

.popTitle{
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #444;
    line-height: 40px;
    color: #fff;
}

.divStyle{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.divStyle input,.divStyle select{
    display: inline-block;
    width: 400px;
    padding-left: 5px;
}

.divSearch{
    margin-top: 20px;
    width: 100%;
    height: 60px;
    text-align: center;
}

#searchValue{
    display: inline-block;
    width: 340px;
    padding-left: 5px;
}

#searchButton{
    margin-left: 40px;
    width: 80px;
    height: 40px;
}

#sendCheck,#popCheck{
    margin-left: 20px;
    vertical-align: bottom;
}

.divSearch span{
    vertical-align: bottom;
}

.edit{
    width: 100%;
    text-align: center;
}

.edit button{
    width: 80px;
    height: 40px;
}

#demo1{
    text-align: center;
}

#demo1 button{
    background-color: #000;
    color: #fff;
}

#post,#popCheck{
    display: none;
}

#save{
    display: none;
}
table td{
    text-align: center;
}
td span.edit{
    cursor: pointer;
    font-size:20px;
    color:black;
}