.ljycreate_history table{
    width:100%;
    border-collapse: collapse;
}
.ljycreate_history table tr td{
    border:1px solid #ccc;
    text-align: center;
}
.ljycreate_history table tr td:hover{
    background-color: #fc697f;
    cursor: pointer;
}
.ljycreate_history table tr td.actived{
    background-color: #fc697f;

}
.ljymain .lsidebar>h1{
    display: flex;
    justify-content: space-between;
}
.ljymain .lsidebar>h1>a{
    color:red;
    font-size: 13px;
    white-space: nowrap;
}

div.art_top_section{

}
div.art_top_section>h1{
    font-size: 20px;
    vertical-align: middle;
}
div.art_top_section>h1>span{
    font-size: 12px;
    font-weight: normal;
}
#profile_image{
    max-width:298px;
    max-height:292px;
}
@media screen and (max-width:768px){
    #profile_image{
        max-width:100%;
        max-height:292px;
    }
}