/*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%;
    padding-top: 20px;
}
.dlDealerHeadeContainer{
    width: 800px;
    margin: 0 auto;
}
@media (max-width: 800px) {
    .dlDealerHeadeContainer{
        width: 600px;
    }
}
@media (max-width: 600px) {
    .dlDealerHeadeContainer{
        width: 400px;
    }
}
@media (max-width: 400px) {
    .dlDealerHeadeContainer{
        width: 350px;
    }
}
