﻿@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
    }

    .addthis_toolbox.addthis_floating_style.addthis_counter_style {
        display: none
    }
    #indexaddiv1 {
    	float:none;
        width: 100% !important;
        height: auto !important
    }
    
    #leftborder{
	padding-left: 0px !important;
}
}
