/* Grid Styles by Mr. Johnson */
.BG{
  background-color: gainsboro;
}

/*GRID COLUMNS*/
.row{
  width: 100%;
  clear: both;
}

[class*="col-"] {
  float: left;
  padding: 5px;
  width: 100%;
}

/*.aBtn::after,*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
