﻿ @media (max-width: 700px)
 {
     #commtable td  
     {
         color:Black !important;
         text-align: left !important;
     }     
     #commtable td, #commtable th, #commtable tr 
     {      
         border-style:none;         
     }
 }	
 
 @media (min-width: 701px)
 {
     #commtable th  
     {
         background-color:#336699 !important;
         color:White !important;
     }     
 }	
 
 @media (orientation: portrait) and (max-width: 700px)
 {
     #commtable th font, #commtable td  
     {
         color:Black !important;
     }   
     #minutestable td, #minutestable td 
     {
         text-align:left;
     } 
     
     #minutestable { 
        border-collapse: separate;
        empty-cells: hide;
    }
     
     #minutestable td:empty 
     {
         visibility:hidden;
     }   
     
     table { 
        /***
        border-collapse: collapse; #Not use it     ***/
        border-collapse: collapse;
        empty-cells: hide;
    }           
 }     
 