
.tbl_150
{ width:150px; background-color:#FFF; padding:4px; cellspacing:2; align:center;
	}
	
.tbl_160
{ width:160px; padding:4px; cellspacing:2; border:0; cellpadding:0; cellspacing:0; bgcolor:#336699; height:800; valign:top; background-image:url(/Home/images/courthouseblue.jpg);
	}
	
 @media (max-width: 700px)
 {
     #proceduretable 
     {
         width:100%;
     } 
     /*
     #proceduretable .td1
     {  
         width:40%;
     } 
          
     #proceduretable .td2
     {  
         width:30%;
     } 
    */
    .nowrap 
    {
        white-space:nowrap;
    }
    #content_ 
    {
        width:100% !important;
    }
 }	
 
 @media (orientation: portrait) and (max-width: 700px)
 {
    .tbl_150 
    {
        width: 100%;
    }     
    #righttable 
    {
        width: 100%;
    }     
 }     
 
 @media (orientation: landscape) and (max-width: 700px)
 {
     .td2 
     {
         width:50% !important;
     }
 }     
 