
.ModVargroupVGAziendeMappaC{
	float:left;
	width:100%;
	position:relative;
}

#companies_results_canvas{
	float:left;
	width:35%;
}
#map_canvas.map {
	float:right;
	width: 63%; 
	height:550px; 
	border:4px solid #ebebeb;
}
.companies_results_canvas_anchor{
	position:absolute;
	top:-155px;
	left:0px;
	width:0px;
	height:0px;
}
.map_canvas_anchor{
	float:left;
	width: 63%;
	height:0px;
}
#companies_results_canvas .companies_results_item{
	float:left;
	/*width:100%;*/
    font-size: 13px;
    margin-bottom: 35px;
    margin-top: 10px;
}
#companies_results_canvas .companies_results_item .results_item_title{
	/*font-size:18px;
	text-transform:uppercase;*/
}
#companies_results_canvas .companies_results_item .results_item_subtitle{
}
#companies_results_canvas .companies_results_item .results_item_text{
	margin-top:10px;
}
#companies_results_canvas .companies_results_item .results_item_contacts{
	margin-top:10px;
}

.streetview { width:100%; height:200px; }

#map_radios{
	/*margin:5px;
	padding:5px;*/
	background:url("../img/white-semi-transparent_bg.png");
	float:left;
	width:100%;
}
#map_radios ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	margin-left:5px;
	margin-top:6px;
	margin-bottom:6px;
}
#map_radios ul li{
	float:left;
	margin-right:8px;
}

#map_canvas img {
    height: auto !important;
	max-width: none !important;
}
.contenitore_link_principale{
    border-top:2px solid #d6d3c4;
    padding-top:26px;
    /*text-indent:30px;*/
}

.contenitore_link_principale a
{
    color:#000;
    text-decoration:underline;
    font-weight:bold;
    line-height:24px;
    font-size.20px;
    
}
.titolo_elenco_paesi{
    background:#d4d2c3;
    color:#000;
    margin-top:20px;
    line-height:24px;
    font-size.20px;
    text-indent:20px;
    font-weight:bold;
}
.DnnModule-VarGroupVGDiagnosticsAziendeMappa #companies_results_canvas .link_title
{
        color:#000;
        text-decoration:underline;
}
#companies_results_canvas .companies_results_item
{
    margin-bottom:6px;
}
.tabella_stati td {
    width: 30%;
    margin-right: 2%;
    border-bottom:2px dotted #d4d2c3;
}
/*========================================================+
|  Responsive Styles                                      |
+========================================================*/

@media only screen and (max-width: 768px) {
	#companies_results_canvas{
		float:left;
		width:100%;
	}
	#map_canvas.map {
		float:left;
		width: 100%; 
		height:400px; 
		border:0px solid #ebebeb;
	}
	.companies_results_canvas_anchor{
		top:0px;
	}
	.map_canvas_anchor{
		width: 100%;
	}
}