/* ================================= */
/* ============ 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:700px){
.stack_3 { float:none !important;width:100% !important; }
}