My wikipedia view - feedback appreciated

I can’t figure out why the grey div and title div are wider than the blue wiki entries. Would appreciate a second pair of eyes.

I really like the newspaper look! The blue results divs are narrower because they are contained in one more element than the grey input div. The width issue is easily fixed with a little CSS

div.col-md-6.col-xs-10.col-md-offset-3.col-xs-offset-1 {
  padding: 0;
}