.butFrame {
/* Change This Dependong On How Many Buttons You Have*/
width:48%;
}
.butFrame:nth-child(-n+2){
/* (leaves 10px space below the first TWO butframes)*/
margin-bottom:10px;
}
.butFrame {
/* Change This Dependong On How Many Buttons You Have*/
width:100%;
}
.butFrame:nth-child(-n+3){
/* (leaves 10px space below the first THREE butframes)*/
margin-bottom:10px;
}