﻿@media only screen and (max-width: 640px) {
    #table1 > tbody > tr:nth-child(2) > td:nth-child(3), #table1 > tbody > tr:nth-child(1) {
        display:none
    }

    #table1 > tbody > tr:nth-child(3) > td:nth-child(4) {
        display: none
    }
    
    #table1 > tbody > tr:nth-child(2) > td:nth-child(4) {
	
	background-image: none
}

    img {
        max-width: 100%;
        height: auto
    }
}
