body {
    background-image: url('../images/bg.jpg');
    background-size: auto;
}

a.nav-link, a.nav-link:hover {
    color:#111;
}

h1.flow-header {
    color: #ccc;
    font-size: 3vw;
}

h2.flow-header {
    color: #ccc;
    font-size: 2vw;
}

h1.flow-header strong, h2.flow-header strong {
    color:#000;
}

.card-text {
    font-size: 0.8rem;
}

.sline {
    display: block;
    font-weight: bold;
}

.slabel {
    width: 25vw;
    display: inline-block;
    font-weight: normal;
}

.slabel.right {
    min-width: 20vw;
    text-align: left;
    white-space:nowrap;
}

.num-input {
    width: 2em;
    text-align: center;
    padding: 0.8em 0em;
    margin: 0 10px;
    margin-top: -0.1em;
}

.listing-table {
    font-size:1rem;
}

@media (max-width: 480px) {
    .listing-table {
        font-size:0.6em;
    }
}

.table-row-drag {
    background-color: honeydew;
    box-shadow: 1px 1px 5px #000;
}

input.frm-receipt {
    max-width:80px;
    min-width:75px !important;
}

@media print {
    body { font-size: 0.8em; }
    .dont-print { display: none; }
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}