.new-title{
    width:100%;
    margin: 0;
    padding:15px 0;
    position: relative;
    z-index: 2;
}

.container-new{
    display:inline-block;
    position:relative;
    width:100%;
}

.page-title-new{
    margin: 10px 0 10px;
    padding:10px 15px;
}
.page-title-new h1, .page-title-new h2{
    font-size: 26px;
    font-weight: normal;
    color:#555;
    background-color: #fff;
    width:250px;
    border: 1px solid #555;

    margin: 10px 0 10px;
    padding:10px 15px;
}

.title-top{
    display: flex;
    flex-direction: row;
}

.title-item{
    width:33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 !important;
    box-sizing: border-box;

    display: inline-block;
}

.title-main{
    position: relative;
}
.title-main .btn-left{
    position: absolute !important;
    bottom:-12px;
    left:10px;
}

.btn-new-small{
    font-size: 9px !important;
    padding:0px 10px !important;
    margin: 0 !important;
    height:20px !important;
    line-height: 18px !important;
    border-radius: 2px !important;

}

.title-main .btn-right{
    position: absolute !important;
    bottom:-12px;
    right:10px;
}

.new-title{
    width:100%;
    margin: 0;
    padding:15px 0;
    position: relative;
    z-index: 2;
}