﻿
.text-warning {
    color: #bf4e00 !important;
}

.list-label {
    font-weight: bold;
    text-align: right;
    border-right: 1px solid #dee2e6;
    padding-bottom: 5px;
}

.nomargin {
    margin: 0 !important;
}

.page .icon {
    font-size: 1.5em;
}

a.order-link {
    white-space: nowrap;
}


@media (max-width: 575.98px) {
    .list-label {
        margin-top: 5px;
        padding-top: 5px;
        text-align: left;
        border-right: none;
        border-top: 1px solid #dee2e6;
    }
}