/*
/   name           Starter
/   version        1.8
/   description    Responsive and customizable Joomla! template
/   demo           http://demo.favthemes.com/starter
/   author         FavThemes
/   author URL     https://www.favthemes.com
/   copyright      Copyright (C) 2012-2018 FavThemes.com. All Rights Reserved.
/   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style
///
//////////////////////////////////////////////////////////////////////////////*/
table {
//STILE DELLA TABELLA
  border:1px solid;
  width:100%;
  height:auto;
  border-collapse: collapse;

  table-layout:fixed;   // CELLE A LARGHEZZA AUTOMATICA
}

table tr td , table tr th {
//BORDI
  border:1px solid
}