﻿/* Start: These are mainly for device detection Media Queries validate in Javascript */
body:after {
    content: 'mobile';
}

@media only screen and (min-device-width: 738px), screen and (min-width: 738px), (max-device-width: 3440px), screen and (max-width: 3440px) {
    body:after {
        content: 'desktop';
    }
}

@media screen and (max-device-width: 737.98px), screen and (max-width: 737.98px) {
    body:after {
        content: 'mobile';
    }

    ._l-tee-times-row ._l-right-col {
        display: flex;
        width: 95%;
        flex: 0 0 95%; 
        max-width: 95%;
        flex-wrap: wrap;
        align-items: center;
    }

        ._l-tee-times-row ._l-right-col ._l-player-cell {
            display: flex;
            align-items: center;
            width: 85%;
            flex: 0 0 85%;
            max-width: 85%;
        }
}
/* End: These are mainly for device detection Media Queries validate in Javascript */
