﻿@media (min-width: 1800px) {
    .custom-cols > .custom-col-3xl {
        flex: 0 0 auto;
        width: 25%;  col-3 
    }

    #divButtons.custom-col-3xl,
    #divButtons.custom-col-2xl {
        margin-top: 0px !important;
    }

    #divTimes.custom-col-3xl,
    #divTimes.custom-col-2xl {
        margin-top: 0px !important;
    }
   
    .custom-cols > .custom-col-2xl {
        flex: 0 0 auto;
        width: 16.6667%;  col-2 
    }

    .custom-cols > .select2 {
        width: 100% !important;
    }
}
