/********************************************************************************/
/* JON'S SITEMAP and SUMMARY PAGE OVERRIDES */ 
/********************************************************************************/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
    list-style-type: none;

}
.align-text-middle  {
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    justify-content: center;
    vertical-align: middle; 
    font-size:10px;

}

.list-group-item {
    border: none;
}

a.list-group-item {
    border: none;
}


/* If the screen is too small, we only show the top 10 
ONLY ON US SITE FOR NOW*/ 
@media only screen and (max-width : 992px) {
    #inventory  #top10_heading{
        display:block; 
    }
    #inventory  #top50_heading{
        display:none; 
    }
    #inventory  .tab-pane:nth-last-child(-n+40) {
        display:none; 
    }
    #inventory  .list-group-item.top-cities:nth-last-child(-n+40) {
        display:none; 
    }
}
/* If the screen is big enough, we show the top 50 */ 
@media only screen and (min-width : 992px) {
    #inventory  #top10_heading{
        display:none; 
    }
    #inventory #top50_heading{
        display:block; 
    }
}


#inventory  .list-group-item{
    background-color: #ffffff;

}

#inventory  a.list-group-item:active, #inventory  a.list-group-item:focus, #inventory   a.list-group-item:hover {
    background-color: #eee;
}


.darker-hr{
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #DDDDDD;
  -moz-use-text-color: #DDDDDD;
  border-style: solid none;
  border-width: 1px 0;
  margin: 10px 0;
}

@media (min-width: 1200px) {
    .col-lg-border:not(:last-child) {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: #DDDDDD;
        -moz-border-top-colors: none;
        border-color: #DDDDDD;
        -moz-use-text-color: #DDDDDD;
        border-style: none;
        border-width: 0px;
        border-right-style: solid;
        border-right-width: 2px;
        padding: 22px;
    }
    .col-lg-border + .col-lg-border {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: #DDDDDD;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #DDDDDD;
        -moz-use-text-color: #DDDDDD;
        border-style: none;
        border-width: 0px;
        border-left-style: solid;
        border-left-width: 2px;
        padding: 22px;
        margin-left: -2px;
    }
}


a.default-reset:link, a.default-reset:visited { 
    color: /* browser's internal value */;
    text-decoration: underline;  !important
    cursor: pointer;
}


.car-box {
  min-width: 75px
}

.inventory_num {
    font-weight:bold;
    opacity:0.5;
    z-index: 1000;
}


.inventory_name {
    font-weight:bold;
    color: black;
    z-index: 1001;

}