.entry-content td, .entry-content th {
    padding: 8px 10px !important;
}

.chosen-container .chosen-results li.active-result {
    font-size: 20px !important;
}

.chosen-container-single .chosen-single, input:not([type="submit"]), select, textarea {
    font-size: 20px !important;
}

.mappa_localita{
	padding-top: 10px;
	text-decoration: underline;	
}

.table-header{
	font-size:1vw;
}

.testo-previsione{
	font-size: 0.9vw;
	font-weight: normal;
}

.odd{
	background: #f2f2f2 !important;	
	color: black !important;	
	font-weight: normal !important;
	font-size:0.9vw; 
}

.equal{
	background: #f2f2f2 !important;
	color: black !important;
	font-weight: normal !important;
	font-size:0.9vw; 
}

.previsioni-header {
    padding: 10px;
    background:white;
    color: #444444;
}

.tipo_previsione_background{
	text-align: center;
	padding-bottom:5px; 
	padding-top:5px;
	background-color: #197bb8;	
}

.tipo_button{
	background-color: #f6f6f6;
	color: black;
	font-weight: bold;
	border: 1px solid black;
	padding: 0.5em;
	border-radius: 4px;	
}

.tipo_button_pressed, .tipo_button:hover{
	background-color:#fcc216;!important;
	color: white;
}

.localita-meteo{
	text-align: center;
	padding-bottom: 20px;
	font-size:14px;
}

.select-localita-meteo{
	font-size:14px;
}

/* Tabella Previsioni */
.weather_icon{
	vertical-align:middle;
	width:3vw;
}

table, th, td, thead, tbody {
  border: 1px solid #ffffff !important;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #d9d9d9;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  text-align: center;
  height: 3.5vw; 
  padding: 0;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: none !important;
}

#table-previsioni {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
}

.col1, .col2, .col3, .col4{
	width: auto;
}

#table-previsioni tr:hover td {
    background-color: #faddb7;
}
#table-previsioni td:hover {
    cursor: pointer;
}
.noHover{
    pointer-events: none;
}

.td-previsione{
	text-align: left;
}

.td-temperature, .td-precipitazioni, .td-data{
	font-size: 1.0vw !important;
}


/* Schermi superiori a 1920px */
@media screen and (min-width: 1920px){
	.testo-previsione{
		font-size: 0.7vw;		
	}
	.equal, .odd{
		font-size: 0.65vw;
	}

}

/* Schermi da 601px a 990px */
@media screen and (min-width: 601px) and (max-width: 990px){
	.table-header{
		font-size:2vw;
	}

	.testo-previsione{
		font-size: 1.7vw;		
	}
	
	.odd, .equal{
		font-size:1.9vw; 
	}
	
	.td-temperature, .td-precipitazioni, .td-data{
		font-size: 1.8vw !important;
	}	
	
	.weather_icon{	
		width:4vw;
	}
}

@media (max-width: 600px){
	.tipo_button{
		font-size:2.5vw !important;
	}
	
	.localita-meteo{	
		font-size:2.5vw !important;
	}
	
	.select-localita-meteo{
		font-size:2.1vw !important;
	}

	.odd, .equal{
		font-size:3.5vw !important;
	}
	
	.td-temperature, .td-precipitazioni, .td-data{
		font-size: 3.5vw !important;
	}
	
	.table-header{
		font-size:3vw !important;
	}
	
	.weather_icon{
		vertical-align:middle !important;
		width:11vw !important;
	}

	.testo-previsione{
		display: none !important;
	}
	
	.td-previsione{
		text-align: center !important;
	}
	
	.col1{
		width: auto !important;
	}

	.col2{
		width: auto !important;	
	}
	
	.col3{
		width: auto !important;	
	}

	.col4{
		width: auto !important;
	}	
	
}