@media screen  and (min-device-width: 850px) {
    #table_2{
        margin-left:2px !important;
    }
    #table_1{
        margin-top: -90px  !important;

    }
}

@media screen  and (max-device-width: 850px) {
    #table_2{
        margin-left:2px !important;
    }
    #table_1{
        margin-top: -90px  !important;

    }
}