:root {
    --primary-color: #20609F;
    --primary-color-text: white;

  }

@import url('https://fonts.googleapis.com/css?family=Muli');

#DynamicSpecialsContainer{
    overflow-x:hidden;
    line-height:1.2rem;
    list-style-type:none !important;
  }

#DynamicSpecialsContainerUl li{
    background-color:white;
}


.CellPriceBlock{
    border-color: var(--searchNitroPrimary);
    border-top:3px solid;
    border-bottom:3px solid;
    margin:1vw;
}


#DynamicSpecialsContainerUl li .CellBody .description{
    color: #2d2d2d;
}

.CellHeader{
    background-color: var(--searchNitroPrimary);
}

.CellHeaderTitle{
    color: var(--searchNitroPrimaryText);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
}

.stock{
    color: #2d2d2d;
}

.VIN{
    color: #2d2d2d;
}

.CellHeaderFeatureRow{
    background:white;
}

#DynamicSpecialsContainerUl li .CellCTA .vehicle-button{
    background-color:#7d7d7d;
    color:var(--primary-color-text);
    font: 550 calc(.5em + 0.8vw) Arial;
    display:block;
    width:100%;
}

.PriceMSRPTitle, .ListPriceAmount, .currency, .PriceMSRPAmount, .PriceDifferenceTitle, .PriceDifferenceAmount{
    display:inline-block;
    vertical-align:middle;
}

.price-msrp,.price-difference{
    color:#2d2d2d;
}

.price-difference{
    font-style:italic;
}

.msrpHR{
    border: 1px solid #000000;
    background-color: #2d2d2d;
}
