/* ================================= */
/* ============ Columns ============ */
/* ================================= */
.stack_2 { float:left;width:50%;box-sizing:border-box;padding:6px;min-height:80px; }
.stack_2_1 { width:100%;box-sizing:border-box;padding:6px;min-height:80px; }
@media (max-width:500px){
.stack_2 { float:none !important;width:100% !important; }
}

/* ================================= */
/* ============ Columns ============ */
/* ================================= */
.stack_3 { float:left;width:33.3%;box-sizing:border-box;padding:6px;min-height:80px; }
.stack_3_1 { width:100%;box-sizing:border-box;padding:6px;min-height:80px; }
@media (max-width:500px){
.stack_3 { float:none !important;width:100% !important; }
}