﻿@media only screen and (max-width: 500px), (min-device-width: 780px) and (max-device-width: 1023px) {
    .paging table {
        width: 100%;
    }

    .paging td {
        padding-left: 0px !important;
    }

    .paging table td {
        display: inline !important;
        line-height: 20px;
        font-size: 12px;
        FONT-FAMILY: 'LatoWeb', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    }

    .HPSelectorTB td {
        display: block;
        width: 100%;
    }

    .tableres tr td {
        display: block;
    }

    .tableres th {
        display: none;
    }

    .tableres thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tableres tr {
        /* border: 1px solid #ccc; */
        /* border :1px solid #116eae; */
    }

    .tableres td {
        /* border-bottom: 1px solid #ccc; */
        border-bottom: 1px solid #116eae;
        position: relative;
        padding-left: 45%;
        text-align: right !important;
        width: 100% !important;
        padding-right: 5px;
    }

        .tableres td:before {
            position: absolute;
            left: 6px;
            width: 45%;
            padding-right: 2px;
            white-space: nowrap;
            top: 26%;
        }

    .tableres1 td {
        display: block;
    }

    .tableres th[data-title]:before, td[data-title]:before {
        content: attr(data-title) ":\00A0";
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        font-size: 10px;
        white-space: normal;
    }

    .dis-none {
        display: none !important;
    }

    #fancybox-content, #fancybox-wrap, #fancybox-outer {
        width: 100% !important;
    }
}
