/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.testing table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
	overflow-x: auto;
	border: 0px;
	display: block
}
.testing table tr:hover{
	background-color:#f0f0f0;
	
}

.standard_table {
	overflow: hidden;
	margin: 0 0 35px
}

.tabella_caratteristiche {
	overflow: hidden;
	margin: 0 0 35px
}

.standard_table td {
	border: 1px solid rgb(163, 61, 61);
	border-collapse: collapse;
}

.tabella_riga {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	overflow: hidden
}

 .tabella_riga:hover {
	background-color: #f0f0f0
} 

.tabella_sx {
	float: left;
	width: 30%
}

.tabella_dx {
	float: left;
	width: 69%;
	margin-left: 1%
}

.tabella_dx.ama {
	width: calc(69% - 108px)
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}