Object.keys(style).forEach(function(prop) {
        return (gutterElement.style[prop] = style[prop]);
      });