td {
    font-size: 12px;
    padding: 3px 0px;
}

th {
    padding: 3px 0px;
}

.td-10 {
    width: 10%;
}

.td-15 {
    width: 15%;
}

.td-20 {
    width: 20%;
}

.td-25 {
    width: 25%;
}

.td-30 {
    width: 30%;
}

.customer-id {
    width: 48px;
    display: inline-block;
}

.text-right {
    text-align: right;
}

.systemstatus p {
    font-size: 12px;
    padding-bottom: 12px;
    color: #888;
}

label {
    font-weight: 300;
    margin-top: 6px;
    font-size: 18px;
}

.top-nav-title a,
.top-nav-links {
    font-size: 16px;
}

.top-nav-links .button {
    padding: 0 1rem;
}

.list-delivered {
    color: green;
}

.list-undelivered {
    color: #ffdd00;
}


/*.deliverydate {
    height: 32px;
    vertical-align: bottom;
}*/

@media print {
    html,
    body {
        background: #fff;
    }
    .content {
        box-shadow: none;
    }
    .print-disabled {
        display: none;
    }
    th {
        font-size: 12px;
        padding: 0;
    }
    td {
        font-size: 12px;
        padding: 0px;
    }
    .customer-id {
        width: 32px;
        display: inline-block;
    }
}