/*-						D  I  V  _  T  A  B  L  E
'-
'--/  	ultima  modifica:
'-
'-		  il	04/03/2025
'-		alle		17.44
'-
--------------------------- 
===========================

  Basic TABLE DIV Style 

===========================
---------------------------
*/
#resp-table {width: 100%; display: table;}
#resp-table-caption{display: table-caption; text-align: center; font-size: 24px; font-weight: bold;}
#resp-table-header{display: table-header-group; background-color: #A0A0A0; font-weight: bold; font-size: 20px; color: rgba(224, 224, 224, 0.45);}
.table-header-cell{display: table-cell; padding: 10px; text-align: justify; border-bottom: 1px solid black; font-size: 16px;}
#resp-table-body{display: table-row-group;}
.resp-table-row{display: table-row;}
.table-body-cell-1{display: table-cell; padding: 6px;}
.table-body-cell-2{display: table-cell; padding: 6px; background-color: #E0E0E0}
#resp-table-footer{display: table-footer-group; background-color: #A0A0A0; font-weight: bold; font-size: 20px; color: rgba(255, 255, 255, 0.45);}
.table-footer-cell{display: table-cell; padding: 10px; text-align: justify; border-bottom: 1px solid black; font-size: 16px;}
