/*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.
*/
.sspnHLSMCont1{
    border: 1px solid blue;
    margin: 0 auto;
    width: 640px;
    padding: 10px
}

@media (max-width: 650px) {
    .sspnHLSMCont1{
        width: 100%;
    }
}
