﻿      /* These styles relate to the supplier item styles on the home page. */
      
        .ds-home-supplier-item { display: inline-block; text-align: center; vertical-align: top; }
        .ds-home-supplier-item > .ds-thumbContainer { float: none; width: 140px; box-sizing: border-box; }
        .ds-home-supplier-item > .ds-home-supplier-item-title { width: 140px; white-space: normal; font-weight: bold; }
        .ds-home-supplier-banner { width: 280px; }
        
        .ds-table-layout-fixed { width: 100%; table-layout: fixed; }
        .ds-table-layout-fixed > tbody > tr > td { vertical-align: top; }