#tabs-top-container-mobile{
		display: none;
	}

@media screen and (max-width: 480px) {
	#tabs-top-container{
		display: none;
	}
	#tabs-top-container-mobile{
		display: inline;
		float:left;
		width: 100%;
		height: auto;
		border-bottom:2px solid #fe802c;
	}
	#tabs-top-container-mobile .contenitore_toggle{
		float:left;
		height: 25px;
	}
	#tabs-top-container-mobile .toggle img{
		padding: 1%;
		width: 83%;
	}
	#tabs-top-container-mobile ul {
		display:none;
		 float: left;
		list-style: none outside none;
		margin: 0 0 1px;
		padding: 0;
		width: 100%;
		overflow-y: scroll;
		height: 95px;
	}
	#tabs-top-container-mobile ul li{
		float: left;
		list-style: none outside none;
		padding: 0;
		text-align: center;
		width: 100%;
		text-align:center;
		border-top: 1px solid #FFFFFF;
		height: 25px;
		line-height: 25px;
	}
	#tabs-top-container-mobile ul li .info_active{
		background:#efefef;
		color: #000;
		height: 25px;
	}
	#tabs-top-container-mobile ul li a{
		text-transform:uppercase;
		float:left;
		width: 100%;
		color:#000;
	}
	#tabs-top-container-mobile ul li a img{
		float:right;
		margin: -3px 1% 0 0;
	}
	#tabs-top-container-mobile ul li span{
		float: left;		
		margin: 0 0 0 1%;
		font-size:12px;
	}
	#iframe_tabellone{
		height: 500px;
	}
	.info{
		float:left;
		width: 90%;
		text-transform:uppercase;
		font-size:11px;
		line-height: 25px;
		color: #000;
		font-weight:bold;
	}
	.info div .info_comp{
		background: none repeat scroll 0 0 #efefef;
		float: left;
		margin-left: 1.5%;
		padding: 0 1%;
	}
	.info div .info_ris{
	    background: none repeat scroll 0 0 #999;
		float: left;
		min-width: 20px;
		text-align: center;
		color:#fff;
	}
	#tabs-top-container-mobile ul li a.competition_select span {
		text-decoration: underline;
		font-weight:bold;
		height: 25px;
	}
}