/* NARROW = 740px-979px */

/* Most (all) of these styles should be inside default.css so IE inherits them */

/* somehow rendered last so overrode other overrides otherwise */
#block-search-form .form-text {
    width: 200px !important; /* overriding jQuery again */
    padding-left: 5px; /* fixes a minor issue with text bumped up to the left */
}

/* EDRU-3877 - Instagram Social Feed Panel Styling */
.social-feed-item  {
  margin-right: 10px;
  margin-bottom: 10px;
}
li.social-feed-item,
li.social-feed-item img {
  width: 111px;
  height: 111px;
}
