I'm currently trying to place some divs using Bootstrap grid system, and after multiple attempts it seems like it's almost working. However, there is some weird extra padding on the right, and I can't figure out how to properly remove it. Here is a JSFiddle of my page: http://jsfiddle.net/3cy0wf2o/1/
If needed, here's what I expect:
Mobile:
Graph
A
B
Tablet:
Graph
A B
Laptop:
Graph A
Graph B
Could anyone help me figure out how to remove this extra padding? Is the current layout used correct?