#app .bill
{
    height: 80%;
}

#app .bill .result
{
    background-color: transparent;
}

#app .bill .cloze > div
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 40px;
}

#app .bill .cloze > div > p,
#app .bill .result
{
    line-height: 50px;
}

#app .bill p > .result,
#app .bill p > strong > .result
{
    display: inline-block;
}

#app .bill .cloze > div
{
    margin-bottom: 0;
    padding: 10px 40px;
    box-sizing: border-box;
    /* height: 70px; */
}

#app .bill .cloze > p
{
    padding: 10px 40px;
}

#app .bill .cloze > div:nth-of-type(even)
{
    background-color: rgba(0, 0, 0, 0.05);
}

#app .bill .cloze .small-info
{
    display: block;
    position: relative;
    left: 0;
    top: -15px;
    line-height: 1;
    font-size: small;
}
