﻿
.row-bgr-gray {
    background-color: #F5F5F6 !important;
    margin: 2px !important;
    padding-top: 6px;
    padding-bottom: 2px;
}

.items-container > div {
    border-bottom: 1px solid #dee2e6;
    /*border: 1px solid green; */
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .items-container > div:nth-child(even) {
    }

    .items-container > div:nth-child(odd) {
        background-color: rgba(0,0,0,.05);
    }

.items-row {
    padding-top: 4px;
    padding-bottom: 4px;
}

.items-div {
    margin-top: auto;
    margin-bottom: auto;
    /* border: 1px solid green;*/
}

.permitAreaName {
    font-weight: 600;
    color: #777;
}

.itemDate {
    font-weight: 600;
    color: #777;
    white-space: nowrap;
}

.itemPrice {
    white-space: nowrap;
}

.itemPriceSpecial {
    white-space: nowrap;
}

.itemPriceStrikeThrough {
    white-space: nowrap;
    font-style: italic;
    text-decoration: line-through;
}
