/* Danny's Cycles - styling for the custom "in stock at" store summary
   line added by store-availability-custom.js. Uses explicit px values
   per the site's font-size fix (relative units inherit the CMS's small
   base font size). */

.dc-store-availability-summary {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-top: 6px;
  margin-bottom: 4px;
}

.dc-store-availability-summary strong {
  font-weight: 700;
  color: #1a1a1a;
}
