<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Tennis Page Mobile Fixes */
@media screen and (max-width: 768px) {
    .current-page-tennis .tennis-col-intro h5 {
        font-size: 12px !important;
    }

    .current-page-tennis #subintro-section h2.title {
        letter-spacing: 1px !important;
    }

    .table-responsive &gt; table &gt; thead &gt; tr &gt; th,
    .table-responsive &gt; table &gt; tbody &gt; tr &gt; td {
        white-space: normal !important;
    }

    .table-responsive .column-1::before {
        /*content: 'SERVICES';*/
    }
    .table-responsive .column-2::before {
        /*content: 'FEES';*/
    }

    .table-responsive table {
        display: table !important;
    }
    .table-responsive tr {
        display: table-row !important;
    }
    .table-responsive td,
    .table-responsive th
    {
        display: table-cell !important;
        border: 1px solid #eaeaea !important;
        white-space: normal !important;
    }
    .table-responsive td::before {
        display: none !important;
    }
    .table-responsive thead {
        display: table-header-group !important
    }
    .table-responsive tbody {
        display: table-header-group !important
    }



    #tablepress-30 .column-1::before {
        /*content: 'DOMINICAN RANKING';*/
    }
    #tablepress-30 .column-2::before {
        /*content: 'US RANKING';*/
    }

    .photo-column.wpb_column {
        order: -1;
    }

    .vc_custom_1721165144745 {
        font-size: 16px !important;
    }

    .vc_row-o-full-height {
        min-height: initial !important;
    }

    #tablepress-31 .column-1::before,
    #tablepress-31 .column-2::before,
    #tablepress-31 .column-3::before,
    #tablepress-31 .column-4::before,
    #tablepress-31 .column-5::before {
        content: '';
        width: initial;
        min-width: initial;
    }

    .vc_custom_1721315549535,
    .vc_custom_1721315532784,
    .vc_custom_1721314243308,
    .vc_custom_1721314102778
    {
        margin-top: -20px;
    }

    .subheading h2 {
        letter-spacing: 1px !important;
    }
}

body, html {
    scroll-behavior: smooth !important;
}</pre></body></html>