.multicolumnLayouttwo_bootstrap_twothridscols li.column1 {
    width: 66.666666% !important;
}
.multicolumnLayouttwo_bootstrap_twothridscols li.column2 {
    width: 33.333333% !important;
}

.multicolumnLayouttwo_bootstrap_twothridscols li .normalBox {
    margin-right: 20px;
}

.multicolumnLayouttwo_bootstrap_twothridscols li.column2 .normalBox {
    margin-right: 0px;
}


.multicolumnLayoutthree_bootstrap_cols {
    margin-left: 0px !important;
}

.multicolumnLayoutthree_bootstrap_cols > li{
    width: 300px !important;
    margin-right: 20px;
}

.multicolumnLayoutthree_bootstrap_cols > li.column3{
    margin-right:0px;
}


.multicolumnLayoutthreesmall_bootstrap_cols {
    margin-left: 0px;
}

.multicolumnLayoutthreesmall_bootstrap_cols > li{
    width: 220px !important;
    margin-right: 20px;
}

.multicolumnLayoutthreesmall_bootstrap_cols > li.column3{
    margin-right:0px;
}