﻿/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media only screen and (min-width: 1751px) {
}


/*------------------------------------------------------------------- 767px x 599px ---------------------------------------------------------------------*/

@media only screen and (min-width: 280px) and (max-width: 1000px) {
    .lobbyicon_text > p {
        display: none;
    }

    td[name="td_numberofitems"], th[name="th_numberofitems"],
    td[name="td_totalcost"], th[name="th_totalcost"],
    td[name="td_remarks"], th[name="th_remarks"],
    td[name="td_location"], th[name="th_location"] {
        display: none;
    }

    div[name="filtersoptions"] {
        display: none;
    }
}
