/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 img.logo-sysprovider {
    width: 10em;
}

h2.h3.product-title.single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}