/*these are style commands for any special notes the dealer want inserted above the list of manufacturers.
*All classes and ids are to have the suffix "spnHLSM_" to insure these is no confusion.
*Insure these notes are responsive in design.
*/
.dlDealerHeadeMain {
    width: 100%;
    margin-top: 10px;
    /*border: 1px solid red;*/
}

.dlDealerHeadeContainer {
    max-width: 550px;
    min-width: 400px;
    margin: 0 auto;
    font: bold 12px Arial, Helvetica, sans-serif;
    line-height: 18px;
    /*border: 1px solid blue;*/
}
.dlDealerHeaderMoble{
    display: none;
}
@media (max-width: 525px) {
    .dlDealerHeaderMoble {
        display: block;
    }
    .dlDealerHeadeNormal{
        display: none;
    }

}