  ﻿
@media (max-width: 900px) {

    #resultPanelDiv {
        float: none;
        width: 100%;
    }
}

@media (min-width: 900px) {

    #resultPanelDiv {
        float: left;
        width: calc(100% - 207px);
    }
}

.catLink {
    line-height: 18px;
    color: black;
    text-decoration: none;
}

.readytoshipHeader {
    margin: 5px;
}


.card-header {
    background-color: #e2eaef !important;
}

    .card-header h3 {
        margin-top: 5px !important;
        margin-bottom: 2px !important;
        color: #333333 !important;
    }



/* Move left nav inline styles to css classes. Move to master css file if needed.*/
.lnavTitle {
    border-bottom: 1px solid gainsboro;
    border-top: 0px;
    border-left: 0px;
    padding: 5px;
    text-align: center;
    line-height: 1.4em;
}

.lnavNoBorder {
    border-bottom: 0px solid gray;
    border-right: 0px solid gray;
    border-left: 0px solid gray;
    padding: 2px 10px;
}

.lnavBotBorder {
    border-bottom: 1px solid gainsboro;
    border-right: 0px solid gray;
    border-left: 0px solid gray;
    padding: 5px 10px;
}

.plink {
    font-size: 14pt;
}


.smDimText {
    font-size: 8pt !important;
}

.table-dim {
    border: 0px !important;
}

    .table-dim tbody, td, tfoot, th, thead, tr {
        border: 0px !important;
    }
