﻿ 

 @media (orientation: portrait) and (max-width: 700px)
 {
     #righttable 
     {
         width:100%;         
     }   
 }     
 
 @media (orientation: landscape) and (max-width: 700px)
 {
     #righttable 
     {
         width:200px;
     }

 }     