/* Three Columns - Scanner */

.three_scan {
        padding-top: 1.5em;
        padding-bottom: 2em;
}

.scan_row{
}

.three_lscan {
        float: left;
        text-align: center;
        width: 320px;
}

.three_rscan {
        float: right;
        text-align: center;
        width: 180px;
}

.three_mscan {
        margin-left: 320px;
        margin-right: 180px;
        width: 493px;
}



/* Three Columns - Bundles */

.three_bundle {
        padding-top: 1.5em;
        padding-bottom: 2em;
}

.bundle_row{
}

.three_lbundle {
        float: left;
        text-align: center;
        width: 320px;
}

.three_rbundle {
        float: right;
        text-align: center;
        width: 180px;
}

.three_mbundle {
        margin-left: 320px;
        margin-right: 180px;
        width: 493px;
}
