@charset "UTF-8";

@media all
{

  table { 
    width: auto;
  }
  table.full {  }
  table.fixed {  }
  
  th,td { padding: 5px; }
}


