@import url('common.css');

body {
    background: #f1f1f1;
}

/* Customize WeUI */
.weui-panel__hd {
    padding: 1rem;
    color: #2196F3;
    font-size: 1.3rem;
    position: relative;
    font-weight: bold;
    border-top: 1px solid #f4f4f4;
}

.weui-panel__hd:after,
.weui-cell:before {
    left: 0;
}

.weui-media-box_appmsg .weui-media-box__hd {
    margin-right: .5em;
    width: 8rem;
    height: 9rem;
    line-height: 1em;
    text-align: center;
}

.weui-media-box_appmsg .weui-media-box__hd p {
    padding-top: 0.5rem;
}

.weui-cell__bd {
    text-align: center;
    font-weight: bold;
    color: #2196F3;
}

a.weui-media-box {
    padding-top: 0.2rem;
}

.weui-media-box__desc {
    color: #666;
    font-size: 1.2rem;
    line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* Customize WeUI End */

.bill-list {
    padding: 1.2rem;
}

.bill-list h2 {
    padding: 0 1.5rem;
    line-height: 2em;
    font-weight: bold;
    color: #333;
}

.bill-list .company {
    border-bottom: 1px dotted #eee;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.bill-list .code {
    white-space: nowrap;
}

.bill-list .state {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 4.5rem;
}

.sof-logo {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 1.5rem;
}
