html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 95%;
}

body {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04fab8+0,03d797+100 */
    background: #04fab8; /* Old browsers */
    background: -moz-linear-gradient(left,  #04fab8 0%, #03d797 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #04fab8 0%,#03d797 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #04fab8 0%,#03d797 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04fab8', endColorstr='#03d797',GradientType=1 ); /* IE6-9 */

}

#toolbar {
    width: 960px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;

    border-top: 40px solid ;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

#toolbar div {
    display: inline-block;
}

#content_wrapper {
    width: 800px;

    background: white;
    margin: 0 auto;
}

.dh_logo {
    float: left;
    width: 200px;
    margin-left: 35px;
}

.content_part {
    /*margin-top: 15px;*/
}

table {
    width: 90%;
    text-align: center;
    margin-left: 52px;
    border-collapse: collapse;
}

table td {
    border: 1px solid;
    border-collapse: collapse;
}

td > div {
    width: 30%;
    display: inline-block;
    height: 100%;
}

#louRoomNo,#fangzhu {
    height: 30px;
    border-radius: 4px;
}

#queryFangYuanInfoBtn,#exportListBtn {
    width: 100px;
    height: 40px;
    background: url(../img/bg12.jpg) no-repeat left top;
    color: #FFF;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
}

#printBtn {
    width: 100px;
    height: 40px;
    line-height: 18px;
    font-size: 18px;
    background: url(../img/bg29.jpg) no-repeat left top;
    color: #FFF;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
}

.content_part {
    /*padding: 20px 0;*/
    padding-top: 40px;
    padding-left: 40px;
}

.td_title {
    font-weight: bold;
    letter-spacing: 5px;
}

/*财务单据页面的收款单号*/
#input_no {
    height: 19px;
    border-radius: 4px;
    float: right;
    width: 87px;
    border: none;
    font-size: 19px;
}
/*财务单据页面的收款日期*/
#skrq {
    position: relative;
    left: 50px;
}