/* 
Theme Name: S99 Child
Theme URI: https://studio99.sm
Description: S99 Child is a child theme of S99, created by Studio99 team
Author: Studio99 Team
Author URI: https://studio99.sm
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


#container_tabella_componenti table tr.titolo_tabella {
	color: white; 
	font-weight: bold;
	text-transform: uppercase !important;
	border: none !important;
}

#container_tabella_componenti table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: white;
}

#container_tabella_componenti table td.componente {
    background-color:#33669B !important;
}

#container_tabella_componenti table td.dove_smaltire {
    background-color: #84a1c4 !important;
}


#container_tabella_componenti table td.codice_materiale {
	background-color: #5b81b0 !important;
}

#container_tabella_componenti {
	border-radius: 20px;
	box-shadow: 2px 4px 8px #CCCCCC;
	display: block;
	overflow: hidden;
}

#container_tabella_componenti table td {
    border: none;
}

#container_tabella_componenti table tr {
	border-bottom: 1px solid black;
}



