/*
Theme Name: Sweets Flats Rome
Theme URI: https://www.sododesign.it
Template: astra
Author: Davide Pantè
Author URI: https://www.sododesign.it
Version: 1.5
*/

#container-prezzi-camere {
	box-shadow: 0 0 11px rgba(0,0,0,0.1);
}
#prezzi-camere {
    background-color: #fff;
    padding: 10px;
    border: 0;
    margin: 0;
}
#prezzi-camere td,
#prezzi-camere th {
    border: 0;
    border-bottom: 1px solid #ddd;
    line-height: 15px;
    padding: 9px 12px;
}
#prezzi-camere tbody tr:nth-child(even) td {
	background-color: #f3f3f3;
}

@media ( max-width: 768px ){
	#container-prezzi-camere {
		overflow-x: auto;	
	}
	#prezzi-camere {
		min-width: 400px
	}
}