/* CUSTOMIZE BOOTSTRAP GRID : ADD MARGIN TO BOTTOM OF COLUMNS */
div[class^="col-md"]{margin-bottom: 20px;}
 
 
/* Bootstrap Grid Example Classes
.col-md-4
.col-xs-4 .col-xs-push-8 <-- Requires both Classes for Push and Pull
.visible-xs-*
.hidden-md
*/