@media (max-width: 767px) {

        .clsMainContentTd1, .clsMainContentTd2, .clsMainContentTd3, .clsMainContentTd4, .clsTableBasicLayoutCityLandingTr2Td2, .clsTableBasicLayoutCityLandingTr2Td1 {
    		float: left;
    		width: 100%;
    	}
		#idTableBasicLayout > tbody > tr > td {
		    float: left;

		}
		#idEbSearchResultPage > table > tbody > tr > td {
            width: 100%;
            float: left;
		}
		.clsHotelListAvailable > tbody > tr > td, .clsHotelListAvailable table > tbody > tr > td, #hotelListAvail > tbody > tr > td {
            float: left;
            width: 100%;
        }
        .clsHotelImageTd {
        	float: left;
            width: 100%;
        }
        #idEbLowestPriceFormTable td, #idEbCustomerPageFormTable td, .clsHotelOwnerTable td {
        	float: left;
        }
        .clsInBetweenPageTable td {
        	float: left;
            width: 100%;
        }
        .clsTableGreenRow td {
        	float: left;
	    }
        #idEbFirstBlockUnderTab > table td, #idEbFirstBlockUnderTabReviewpage > table td { 
           float: left;
        }
}