/*.madr-meteotop-portlet {
	width: 520px;
	height: 37px;
	background: #ffd700;	
}
.madr-meteotop-portlet .tit_Section a, .madr-meteotop-portlet .tit_Section a:hover {
	color: #7d7d7d;
	text-transform: uppercase;
	text-decoration: underline!important;
	display: inline-block;
	padding: 8px;
	font-weight: 600;
}

.tit_Section {
	display: inline-block;
	padding-left: 16px;
}
.meteotop {
	float:left;
	width: 100%;
}

.txt_Temperature {
	float:right;
	display: inline-block;
	padding-right: 16px;
	color: #44505e;
}
@media (max-width: 1023px) {
	.madr-meteotop-portlet {
		width: 100%;
		height: 37px;
		background: #ffd700;	
	}
}*/


/* NUOVO CSS */
/*
.madr-meteotop-portlet {
    background: #0057a7;
}

.madr-meteotop-portlet .title_Section a, .madr-meteotop-portlet .title_Section a:hover {
    color: #ffffff;
    text-transform: none;
    text-decoration: none!important;
    display: inline-block;
    margin: 8px 0;
    font-weight: normal;
    font-size: 15px;
}

.madr-meteotop-portlet .date_Section {
    color: #fff;
    font-size: 15px;
    margin: 8px 0;
    text-align: center;
    border-right: 1px solid #ffffff;
}

.madr-meteotop-portlet .temp_Section {
    color: #fff;
    font-size: 15px;
    margin: 8px 0;
    font-weight: bold;
    font-size: 18px;
    border-right: 1px solid #ffffff;
	text-align: center;
}
.madr-meteotop-portlet .icon_Section img{
    height: 27px;
    margin: 5px 0;
}

.madr-meteotop-portlet .icon_Section .glyphicon-menu-right{
	color: #fff;
    padding: 5px;
    top: 3px;
}

@media (min-width: 1024px) {
	.madr-meteotop-portlet {

	}
}

@media (max-width: 767px) {
	.madr-meteotop-portlet .icon_Section, .madr-meteotop-portlet .temp_Section,  .madr-meteotop-portlet .date_Section{
		padding: 0;
	}
	.madr-meteotop-portlet{
		width:auto;
	}
	
	.madr-meteotop-portlet .title_Section{
		white-space : nowrap;
	}
	
}
*/