/*immagini articoli Academy*/

img.aligncenter {
    width: 100%!important;
    height: auto!important;
  
  margin-top:10px;
  margin-bottom:10px;
 }
 
 img {
     width:100%;
     height:auto;
 }
 

#image-123-280{
width:unset;
}

/*Margini titoli articoli*/

h2,h3,h4,h5 {
    margin-bottom: 10px;
}
/*Tables*/
table.tableizer-table {
        margin-top:15px!important;
		font-size: 12px;
		
		font-family: Arial, Helvetica, sans-serif;
		display:block;
  white-space: nowrap;
  margin: 0 auto;
  
 	} 
		
	   .tableizer-table td {
		padding: 4px;
		margin: 3px;
		border: 1px solid #ccc;
	}
	.tableizer-table th {
		background-color: #104E8B; 
		color: #FFF;
		font-weight: bold;
	}
		.container-table {
	    width:100%;
	}
	th {
	    padding-bottom:5px;
	    padding-left:10px;
	    padding-right:10px;
	}
	
	th,td  {
	   
	   text-wrap: pretty!important;
	}
	table {
	    width: 1000px!important; 
	}
	
	.larghezza-speciale {
	    width: 1500px!important; 
	}

/*colore test form*/
#wsf-1-field-20,#wsf-1-field-21,#wsf-1-field-22,#wsf-1-field-23,#wsf-1-field-24,#wsf-1-field-25,#wsf-1-field-27 {
    color:white!important;
}

.nuova-formula {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    max-width: 100%;
}

/* Ensure tables don't stretch beyond their natural width */
.nuova-formula table {
    width: auto !important;
    display: inline-table !important;
    min-width: max-content;
    white-space: nowrap;
}

/* Optional: Custom scrollbar styling */
.nuova-formula::-webkit-scrollbar {
    height: 6px;
}

.nuova-formula::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.nuova-formula::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}


