﻿small.error {
    display: block;
    padding: 6px 4px;
    margin-top: -1rem;
    margin-bottom: 1rem;
    background: #F36F21;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


.range, .range:hover {
    background-color: #232020!important;
    color: white;
    font-size:1.4em; font-weight: bold
}
tr.make td {
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.1em;
}

.make {
    background-color: #F36F21!important;
    color: white
}

tr.model td {
    padding-left: 20px;
    background-color: #EFEFEF !important;
    
}

tr.product td {
    padding-left: 30px;
    background-color: white !important;
    font-size: 0.9em;
    border-bottom: solid 1px #F0F0F0;
}
.partInfo {
    font-size: 0.93em
}

    .partInfo tr th {
        text-align: right !important;
        background-color: #232020;
        color: white;
        width:50%;
    }

.pCode {
    line-height:0.7em
}
.pCode span {
    display: block;
    color: #2B1E11;
    font-size: .5em;
    text-transform: uppercase;
    padding-bottom: 3px
}
    
td.preferred a {
    font-weight: bold;
}

h5.subtitle {
    font-size:initial;
}